librw/tests/gl/gl.h

9 lines
151 B
C
Raw Normal View History

namespace rw {
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);
}
}