]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/client/shader.h
refactoring
[dragonblocks_alpha.git] / src / client / shader.h
1 #ifndef _SHADER_H_
2 #define _SHADER_H_
3
4 #include <GL/glew.h>
5 #include <GL/gl.h>
6 #include <stdbool.h>
7
8 bool shader_program_create(const char *path, GLuint *idptr, const char *definitions);
9
10 #endif // _SHADER_H_