Module: GL_NV_evaluators::Functions

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

Constant Summary collapse

Parameters =
{
  glMapControlPointsNV:        [ :void, :GLenum, :GLuint, :GLenum, :GLsizei, :GLsizei, :GLint, :GLint, :GLboolean, :pointer ].freeze,
  glMapParameterivNV:          [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glMapParameterfvNV:          [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetMapControlPointsNV:     [ :void, :GLenum, :GLuint, :GLenum, :GLsizei, :GLsizei, :GLboolean, :pointer ].freeze,
  glGetMapParameterivNV:       [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetMapParameterfvNV:       [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetMapAttribParameterivNV: [ :void, :GLenum, :GLuint, :GLenum, :pointer ].freeze,
  glGetMapAttribParameterfvNV: [ :void, :GLenum, :GLuint, :GLenum, :pointer ].freeze,
  glEvalMapsNV:                [ :void, :GLenum, :GLenum ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glEvalMapsNV(target, mode) ⇒ Object



38
# File 'lib/opengl-definitions/extensions/GL_NV_evaluators.rb', line 38

def glEvalMapsNV(target, mode) end

#glGetMapAttribParameterfvNV(target, index, pname, params) ⇒ Object



37
# File 'lib/opengl-definitions/extensions/GL_NV_evaluators.rb', line 37

def glGetMapAttribParameterfvNV(target, index, pname, params) end

#glGetMapAttribParameterivNV(target, index, pname, params) ⇒ Object



36
# File 'lib/opengl-definitions/extensions/GL_NV_evaluators.rb', line 36

def glGetMapAttribParameterivNV(target, index, pname, params) end

#glGetMapControlPointsNV(target, index, type, ustride, vstride, packed, points) ⇒ Object



33
# File 'lib/opengl-definitions/extensions/GL_NV_evaluators.rb', line 33

def glGetMapControlPointsNV(target, index, type, ustride, vstride, packed, points) end

#glGetMapParameterfvNV(target, pname, params) ⇒ Object



35
# File 'lib/opengl-definitions/extensions/GL_NV_evaluators.rb', line 35

def glGetMapParameterfvNV(target, pname, params) end

#glGetMapParameterivNV(target, pname, params) ⇒ Object



34
# File 'lib/opengl-definitions/extensions/GL_NV_evaluators.rb', line 34

def glGetMapParameterivNV(target, pname, params) end

#glMapControlPointsNV(target, index, type, ustride, vstride, uorder, vorder, packed, points) ⇒ Object



30
# File 'lib/opengl-definitions/extensions/GL_NV_evaluators.rb', line 30

def glMapControlPointsNV(target, index, type, ustride, vstride, uorder, vorder, packed, points) end

#glMapParameterfvNV(target, pname, params) ⇒ Object



32
# File 'lib/opengl-definitions/extensions/GL_NV_evaluators.rb', line 32

def glMapParameterfvNV(target, pname, params) end

#glMapParameterivNV(target, pname, params) ⇒ Object



31
# File 'lib/opengl-definitions/extensions/GL_NV_evaluators.rb', line 31

def glMapParameterivNV(target, pname, params) end