1
0
mirror of https://github.com/aap/librw.git synced 2025-03-09 03:16:58 +00:00
2015-08-27 16:45:54 +02: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);
}
}