mirror of
https://github.com/aap/librw.git
synced 2025-12-22 02:19:56 +00:00
Added OpenGL test.
This commit is contained in:
6
tests/gl/gl.h
Executable file
6
tests/gl/gl.h
Executable file
@@ -0,0 +1,6 @@
|
||||
namespace gl {
|
||||
|
||||
GLint linkProgram(GLint vertshader, GLint fragshader);
|
||||
GLint compileShader(const char **src, int count, int type);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user