Module: GL_NV_register_combiners

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glCombinerParameterfvNV:              [ :void, :GLenum, :pointer ].freeze,
  glCombinerParameterfNV:               [ :void, :GLenum, :GLfloat ].freeze,
  glCombinerParameterivNV:              [ :void, :GLenum, :pointer ].freeze,
  glCombinerParameteriNV:               [ :void, :GLenum, :GLint ].freeze,
  glCombinerInputNV:                    [ :void, :GLenum, :GLenum, :GLenum, :GLenum, :GLenum, :GLenum ].freeze,
  glCombinerOutputNV:                   [ :void, :GLenum, :GLenum, :GLenum, :GLenum, :GLenum, :GLenum, :GLenum, :GLboolean, :GLboolean, :GLboolean ].freeze,
  glFinalCombinerInputNV:               [ :void, :GLenum, :GLenum, :GLenum, :GLenum ].freeze,
  glGetCombinerInputParameterfvNV:      [ :void, :GLenum, :GLenum, :GLenum, :GLenum, :pointer ].freeze,
  glGetCombinerInputParameterivNV:      [ :void, :GLenum, :GLenum, :GLenum, :GLenum, :pointer ].freeze,
  glGetCombinerOutputParameterfvNV:     [ :void, :GLenum, :GLenum, :GLenum, :pointer ].freeze,
  glGetCombinerOutputParameterivNV:     [ :void, :GLenum, :GLenum, :GLenum, :pointer ].freeze,
  glGetFinalCombinerInputParameterfvNV: [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetFinalCombinerInputParameterivNV: [ :void, :GLenum, :GLenum, :pointer ].freeze,
}.freeze