mirror of
https://github.com/aap/librw.git
synced 2024-11-28 22:55:42 +00:00
7 lines
134 B
C++
Executable File
7 lines
134 B
C++
Executable File
namespace gl {
|
|
|
|
GLint linkProgram(GLint vertshader, GLint fragshader);
|
|
GLint compileShader(const char **src, int count, int type);
|
|
|
|
}
|