1GL_NV_command_list
2https://www.khronos.org/registry/OpenGL/extensions/NV/NV_command_list.txt
3GL_NV_command_list
4
5	GL_TERMINATE_SEQUENCE_COMMAND_NV 0x0000
6	GL_NOP_COMMAND_NV 0x0001
7	GL_DRAW_ELEMENTS_COMMAND_NV 0x0002
8	GL_DRAW_ARRAYS_COMMAND_NV 0x0003
9	GL_DRAW_ELEMENTS_STRIP_COMMAND_NV 0x0004
10	GL_DRAW_ARRAYS_STRIP_COMMAND_NV 0x0005
11	GL_DRAW_ELEMENTS_INSTANCED_COMMAND_NV 0x0006
12	GL_DRAW_ARRAYS_INSTANCED_COMMAND_NV 0x0007
13	GL_ELEMENT_ADDRESS_COMMAND_NV 0x0008
14	GL_ATTRIBUTE_ADDRESS_COMMAND_NV 0x0009
15	GL_UNIFORM_ADDRESS_COMMAND_NV 0x000a
16	GL_BLEND_COLOR_COMMAND_NV 0x000b
17	GL_STENCIL_REF_COMMAND_NV 0x000c
18	GL_LINE_WIDTH_COMMAND_NV 0x000d
19	GL_POLYGON_OFFSET_COMMAND_NV 0x000e
20	GL_ALPHA_REF_COMMAND_NV 0x000f
21	GL_VIEWPORT_COMMAND_NV 0x0010
22	GL_SCISSOR_COMMAND_NV 0x0011
23	GL_FRONT_FACE_COMMAND_NV 0x0012
24	void glCallCommandListNV (GLuint list)
25	void glCommandListSegmentsNV (GLuint list, GLuint segments)
26	void glCompileCommandListNV (GLuint list)
27	void glCreateCommandListsNV (GLsizei n, GLuint* lists)
28	void glCreateStatesNV (GLsizei n, GLuint* states)
29	void glDeleteCommandListsNV (GLsizei n, const GLuint* lists)
30	void glDeleteStatesNV (GLsizei n, const GLuint* states)
31	void glDrawCommandsAddressNV (GLenum primitiveMode, const GLuint64* indirects, const GLsizei* sizes, GLuint count)
32	void glDrawCommandsNV (GLenum primitiveMode, GLuint buffer, const GLintptr* indirects, const GLsizei* sizes, GLuint count)
33	void glDrawCommandsStatesAddressNV (const GLuint64* indirects, const GLsizei* sizes, const GLuint* states, const GLuint* fbos, GLuint count)
34	void glDrawCommandsStatesNV (GLuint buffer, const GLintptr* indirects, const GLsizei* sizes, const GLuint* states, const GLuint* fbos, GLuint count)
35	GLuint glGetCommandHeaderNV (GLenum tokenID, GLuint size)
36	GLushort glGetStageIndexNV (GLenum shadertype)
37	GLboolean glIsCommandListNV (GLuint list)
38	GLboolean glIsStateNV (GLuint state)
39	void glListDrawCommandsStatesClientNV (GLuint list, GLuint segment, const void** indirects, const GLsizei* sizes, const GLuint* states, const GLuint* fbos, GLuint count)
40	void glStateCaptureNV (GLuint state, GLenum mode)
41