aboutsummaryrefslogtreecommitdiff
path: root/shader.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-16 01:55:38 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-16 01:59:35 -0400
commit234fb5416e3008544c7a1755d9e26d1d3d5a0549 (patch)
tree7f159d4d2039e9d14274c7c97649092648c229aa /shader.h
parentce56d992214dfe793186f614d1759cd2ba061ad4 (diff)
texture don't worky
Diffstat (limited to 'shader.h')
-rw-r--r--shader.h8
1 files changed, 8 insertions, 0 deletions
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_