Module: GL_NV_register_combiners::Functions

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

Constant Summary collapse

Parameters =
{
  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

Instance Method Summary collapse

Instance Method Details

#glCombinerInputNV(stage, portion, variable, input, mapping, componentUsage) ⇒ Object



66
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 66

def glCombinerInputNV(stage, portion, variable, input, mapping, componentUsage) end

#glCombinerOutputNV(stage, portion, abOutput, cdOutput, sumOutput, scale, bias, abDotProduct, cdDotProduct, muxSum) ⇒ Object



67
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 67

def glCombinerOutputNV(stage, portion, abOutput, cdOutput, sumOutput, scale, bias, abDotProduct, cdDotProduct, muxSum) end

#glCombinerParameterfNV(pname, param) ⇒ Object



63
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 63

def glCombinerParameterfNV(pname, param) end

#glCombinerParameterfvNV(pname, params) ⇒ Object



62
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 62

def glCombinerParameterfvNV(pname, params) end

#glCombinerParameteriNV(pname, param) ⇒ Object



65
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 65

def glCombinerParameteriNV(pname, param) end

#glCombinerParameterivNV(pname, params) ⇒ Object



64
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 64

def glCombinerParameterivNV(pname, params) end

#glFinalCombinerInputNV(variable, input, mapping, componentUsage) ⇒ Object



68
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 68

def glFinalCombinerInputNV(variable, input, mapping, componentUsage) end

#glGetCombinerInputParameterfvNV(stage, portion, variable, pname, params) ⇒ Object



69
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 69

def glGetCombinerInputParameterfvNV(stage, portion, variable, pname, params) end

#glGetCombinerInputParameterivNV(stage, portion, variable, pname, params) ⇒ Object



70
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 70

def glGetCombinerInputParameterivNV(stage, portion, variable, pname, params) end

#glGetCombinerOutputParameterfvNV(stage, portion, pname, params) ⇒ Object



71
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 71

def glGetCombinerOutputParameterfvNV(stage, portion, pname, params) end

#glGetCombinerOutputParameterivNV(stage, portion, pname, params) ⇒ Object



72
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 72

def glGetCombinerOutputParameterivNV(stage, portion, pname, params) end

#glGetFinalCombinerInputParameterfvNV(variable, pname, params) ⇒ Object



73
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 73

def glGetFinalCombinerInputParameterfvNV(variable, pname, params) end

#glGetFinalCombinerInputParameterivNV(variable, pname, params) ⇒ Object



74
# File 'lib/opengl-definitions/extensions/GL_NV_register_combiners.rb', line 74

def glGetFinalCombinerInputParameterivNV(variable, pname, params) end