Module: GL_ARB_draw_indirect
- Defined in:
- lib/opengl-definitions/extensions/GL_ARB_draw_indirect.rb
Defined Under Namespace
Modules: Constants
Constant Summary collapse
- FUNCTIONS =
{ glDrawArraysIndirect: [ :void, :GLenum, :pointer ].freeze, glDrawElementsIndirect: [ :void, :GLenum, :GLenum, :pointer ].freeze, }.freeze