Fix for bug 2948943 - Missing enumsGL_BUFFER_ACCESS_FLAGS

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@577 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
nigels 2010-02-28 18:38:07 +00:00
parent f94ab6a09b
commit 94314188f3
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ http://www.opengl.org/registry/doc/glspec30.20080811.pdf
GL_SIGNED_NORMALIZED 0x8F9C
GL_PRIMITIVE_RESTART 0x8F9D
GL_PRIMITIVE_RESTART_INDEX 0x8F9E
GL_BUFFER_ACCESS_FLAGS 0x911F
GL_BUFFER_MAP_LENGTH 0x9120
GL_BUFFER_MAP_OFFSET 0x9121
void glDrawArraysInstanced (GLenum, GLint, GLsizei, GLsizei)
void glDrawElementsInstanced (GLenum, GLsizei, GLenum, const GLvoid*, GLsizei)
void glTexBuffer (GLenum, GLenum, GLuint)