1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_IBM_vertex_array_lists

27 lines
1.6 KiB
Text

GL_IBM_vertex_array_lists
http://www.opengl.org/registry/specs/gl/IBM/vertex_array_lists.txt
GL_IBM_vertex_array_lists
GL_VERTEX_ARRAY_LIST_IBM 103070
GL_NORMAL_ARRAY_LIST_IBM 103071
GL_COLOR_ARRAY_LIST_IBM 103072
GL_INDEX_ARRAY_LIST_IBM 103073
GL_TEXTURE_COORD_ARRAY_LIST_IBM 103074
GL_EDGE_FLAG_ARRAY_LIST_IBM 103075
GL_FOG_COORDINATE_ARRAY_LIST_IBM 103076
GL_SECONDARY_COLOR_ARRAY_LIST_IBM 103077
GL_VERTEX_ARRAY_LIST_STRIDE_IBM 103080
GL_NORMAL_ARRAY_LIST_STRIDE_IBM 103081
GL_COLOR_ARRAY_LIST_STRIDE_IBM 103082
GL_INDEX_ARRAY_LIST_STRIDE_IBM 103083
GL_TEXTURE_COORD_ARRAY_LIST_STRIDE_IBM 103084
GL_EDGE_FLAG_ARRAY_LIST_STRIDE_IBM 103085
GL_FOG_COORDINATE_ARRAY_LIST_STRIDE_IBM 103086
GL_SECONDARY_COLOR_ARRAY_LIST_STRIDE_IBM 103087
void glColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
void glEdgeFlagPointerListIBM (GLint stride, const GLboolean ** pointer, GLint ptrstride)
void glFogCoordPointerListIBM (GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
void glIndexPointerListIBM (GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
void glNormalPointerListIBM (GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
void glSecondaryColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
void glTexCoordPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)
void glVertexPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid ** pointer, GLint ptrstride)