mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 16:12:53 +00:00
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
GL_ARB_draw_indirect
|
|
http://www.opengl.org/registry/specs/ARB/draw_indirect.txt
|
|
GL_ARB_draw_indirect
|
|
|
|
GL_DRAW_INDIRECT_BUFFER 0x8F3F
|
|
GL_DRAW_INDIRECT_BUFFER_BINDING 0x8F43
|
|
void glDrawArraysIndirect (GLenum mode, const void *indirect)
|
|
void glDrawElementsIndirect (GLenum mode, GLenum type, const void *indirect)
|