Resolve bug 3005387 - glVertexAttribDivisor is still undefined in GLEW 1.5.4

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@602 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
nigels 2010-05-21 19:54:27 +00:00
parent 91fe4e2bb1
commit c743ec1ae7

View File

@ -9,3 +9,4 @@ http://www.opengl.org/registry/doc/glspec32.core.20090803.pdf
GL_RGB10_A2UI 0x906F
GL_ANY_SAMPLES_PASSED 0x8C2F
GL_VERTEX_ATTRIB_ARRAY_DIVISOR 0x88FE
void glVertexAttribDivisor (GLuint index, GLuint divisor)