7 lines
134 B
C
7 lines
134 B
C
|
namespace gl {
|
||
|
|
||
|
GLint linkProgram(GLint vertshader, GLint fragshader);
|
||
|
GLint compileShader(const char **src, int count, int type);
|
||
|
|
||
|
}
|