mirror of
https://github.com/aap/librw.git
synced 2024-11-29 07:05:42 +00:00
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);
|
||
|
|
||
|
}
|