Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GL_IBM_vertex_array_lists « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a57612bf3a49410452372d3cfb2263bc0f2392e (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
http://www.opengl.org/registry/specs/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)