librw/tests/gl/gl.h

7 lines
134 B
C
Raw Normal View History

2015-01-17 20:51:04 +00:00
namespace gl {
GLint linkProgram(GLint vertshader, GLint fragshader);
GLint compileShader(const char **src, int count, int type);
}