mirror of
https://github.com/aap/librw.git
synced 2025-12-22 10:29:55 +00:00
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