OpenGL_Clock/Include/shader.h

8 lines
99 B
C
Raw Permalink Normal View History

2018-04-15 22:40:13 +00:00
#ifndef SHADER_H
#define SHADER_H
int LoadShaders(GLuint *, const char *, const char *);
#endif
2018-04-22 22:40:31 +00:00