mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
GL 1.2 enumerants: GL_MAX_ELEMENTS_VERTICES GL_MAX_ELEMENTS_INDICES
This commit is contained in:
parent
1cbe650d27
commit
40c5ac7d3f
@ -41,6 +41,8 @@ http://www.opengl.org/documentation/specs/version1.2/opengl1.2.1.pdf
|
||||
GL_TEXTURE_WRAP_R 0x8072
|
||||
GL_MAX_3D_TEXTURE_SIZE 0x8073
|
||||
GL_TEXTURE_BINDING_3D 0x806A
|
||||
GL_MAX_ELEMENTS_VERTICES 0x80E8
|
||||
GL_MAX_ELEMENTS_INDICES 0x80E9
|
||||
void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
|
||||
void glTexImage3D (GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
|
||||
void glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
|
||||
|
Loading…
Reference in New Issue
Block a user