| 63 void glGenBuffers (GLuint, GLuint*); |
63 void glGenBuffers (GLuint, GLuint*); |
| 64 void glDeleteBuffers (GLuint, GLuint*); |
64 void glDeleteBuffers (GLuint, GLuint*); |
| 65 void glBufferData (GLuint, GLuint, void*, GLuint); |
65 void glBufferData (GLuint, GLuint, void*, GLuint); |
| 66 #endif |
66 #endif |
| 67 |
67 |
| 68 static const int gNumVBOs = vboNumSurfaces * vboNumComplements; |
68 static const int g_numVBOs = vboNumSurfaces * vboNumComplements; |
| 69 |
69 |
| 70 #endif // LDFORGE_GLSHARED_H |
70 #endif // LDFORGE_GLSHARED_H |