restructured some files
This commit is contained in:
8
tools/gl/gl.h
Executable file
8
tools/gl/gl.h
Executable file
@ -0,0 +1,8 @@
|
||||
namespace rw {
|
||||
namespace gl {
|
||||
|
||||
GLint linkProgram(GLint vertshader, GLint fragshader);
|
||||
GLint compileShader(const char **src, int count, int type);
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user