summaryrefslogtreecommitdiff
path: root/src/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader.h')
-rw-r--r--src/shader.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shader.h b/src/shader.h
new file mode 100644
index 0000000..c613708
--- /dev/null
+++ b/src/shader.h
@@ -0,0 +1,5 @@
+#include "glad/glad.h"
+
+//Load a vertex and framgent shader defined in
+//the shaders/ directory.
+GLuint shader_init();