librw/tests/gl/gl.h
2015-01-17 21:51:04 +01:00

7 lines
134 B
C++
Executable File

namespace gl {
GLint linkProgram(GLint vertshader, GLint fragshader);
GLint compileShader(const char **src, int count, int type);
}