librw/tools/gl/gl.h

9 lines
151 B
C++
Executable File

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