src/GLShared.h

changeset 698
16e6d7d87982
parent 681
c1cc036c6e1f
child 703
ce2a76cebdbb
equal deleted inserted replaced
697:2766f7b037ad 698:16e6d7d87982
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

mercurial