1
0
mirror of https://github.com/aap/librw.git synced 2025-04-03 00:18:49 +01:00

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);
}
}