Module: GL_ARB_compute_shader

Defined in:
lib/opengl-definitions/extensions/GL_ARB_compute_shader.rb

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glDispatchCompute:         [ :void, :GLuint, :GLuint, :GLuint ].freeze,
  glDispatchComputeIndirect: [ :void, :GLintptr ].freeze,
}.freeze