Module: GL_ARB_matrix_palette

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glCurrentPaletteMatrixARB: [ :void, :GLint ].freeze,
  glMatrixIndexubvARB:       [ :void, :GLint, :pointer ].freeze,
  glMatrixIndexusvARB:       [ :void, :GLint, :pointer ].freeze,
  glMatrixIndexuivARB:       [ :void, :GLint, :pointer ].freeze,
  glMatrixIndexPointerARB:   [ :void, :GLint, :GLenum, :GLsizei, :pointer ].freeze,
}.freeze