mirror of
https://github.com/aap/librw.git
synced 2024-11-27 06:05:42 +00:00
9 lines
151 B
C++
Executable File
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);
|
|
|
|
}
|
|
}
|