diff options
Diffstat (limited to 'gl.h')
| -rw-r--r-- | gl.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +void initGL(int argc, char *argv[]); +void genBuffers(GLuint *vertexVAO, GLuint *vertexVBO, GLuint *colorVBO, int nBalls); +void freeGL(GLuint vertexVAO, GLuint vertexVBO, GLuint colorVBO); |