From c743ec1ae72caf09c4e39a90ba7ef71b1054f484 Mon Sep 17 00:00:00 2001 From: nigels Date: Fri, 21 May 2010 19:54:27 +0000 Subject: [PATCH] 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 --- auto/core/GL_VERSION_3_3 | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/core/GL_VERSION_3_3 b/auto/core/GL_VERSION_3_3 index 799f530..969b5f9 100644 --- a/auto/core/GL_VERSION_3_3 +++ b/auto/core/GL_VERSION_3_3 @@ -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)