From 234fb5416e3008544c7a1755d9e26d1d3d5a0549 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 16 Oct 2025 01:55:38 -0400 Subject: texture don't worky --- shader.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shader.h (limited to 'shader.h') diff --git a/shader.h b/shader.h new file mode 100644 index 0000000..f748519 --- /dev/null +++ b/shader.h @@ -0,0 +1,8 @@ +#ifndef SHADER_H_ +#define SHADER_H_ + +#include "./glad/glad.h" + +GLuint createShader(const char *vertexCode, const char *fragmentCode); + +#endif // SHADER_H_ -- cgit v1.2.3