mirror of
https://github.com/aap/librw.git
synced 2025-12-22 02:19:56 +00:00
Changed naming convention and clean up somewhat. ps2 test no longer links :(
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
namespace rw {
|
||||
namespace gl {
|
||||
|
||||
GLint linkProgram(GLint vertshader, GLint fragshader);
|
||||
GLint compileShader(const char **src, int count, int type);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user