summaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/GL_IBM_vertex_array_lists
blob: edefa1d6855b5df6bc61ce42f4f733876e8c8f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
GL_IBM_vertex_array_lists
https://www.khronos.org/registry/OpenGL/extensions/IBM/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 void** pointer, GLint ptrstride)
	void glEdgeFlagPointerListIBM (GLint stride, const GLboolean ** pointer, GLint ptrstride)
	void glFogCoordPointerListIBM (GLenum type, GLint stride, const void** pointer, GLint ptrstride)
	void glIndexPointerListIBM (GLenum type, GLint stride, const void** pointer, GLint ptrstride)
	void glNormalPointerListIBM (GLenum type, GLint stride, const void** pointer, GLint ptrstride)
	void glSecondaryColorPointerListIBM (GLint size, GLenum type, GLint stride, const void** pointer, GLint ptrstride)
	void glTexCoordPointerListIBM (GLint size, GLenum type, GLint stride, const void** pointer, GLint ptrstride)
	void glVertexPointerListIBM (GLint size, GLenum type, GLint stride, const void** pointer, GLint ptrstride)