fixed draw_range_elements bug

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@297 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-09-28 17:29:45 +00:00
parent 8e767fa466
commit b721c9006b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
EXT/draw_range_elements.txt
EXT/static_vertex_array.txt
EXT/vertex_array_set.alt.txt
EXT/vertex_array_set.txt

View File

@ -0,0 +1,5 @@
GL_EXT_draw_range_elements
http://oss.sgi.com/projects/ogl-sample/registry/EXT/draw_range_elements.txt
GL_MAX_ELEMENTS_VERTICES 0x80E8
GL_MAX_ELEMENTS_INDICES 0x80E9
void glDrawRangeElementsEXT (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)