mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
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:
parent
8e767fa466
commit
b721c9006b
@ -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
|
||||
|
5
auto/core/GL_EXT_draw_range_elements
Normal file
5
auto/core/GL_EXT_draw_range_elements
Normal 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)
|
Loading…
Reference in New Issue
Block a user