Module: GL_SGIX_polynomial_ffd::Functions

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

Constant Summary collapse

Parameters =
{
  glDeformationMap3dSGIX:           [ :void, :GLenum, :GLdouble, :GLdouble, :GLint, :GLint, :GLdouble, :GLdouble, :GLint, :GLint, :GLdouble, :GLdouble, :GLint, :GLint, :pointer ].freeze,
  glDeformationMap3fSGIX:           [ :void, :GLenum, :GLfloat, :GLfloat, :GLint, :GLint, :GLfloat, :GLfloat, :GLint, :GLint, :GLfloat, :GLfloat, :GLint, :GLint, :pointer ].freeze,
  glDeformSGIX:                     [ :void, :GLbitfield ].freeze,
  glLoadIdentityDeformationMapSGIX: [ :void, :GLbitfield ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glDeformationMap3dSGIX(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, w1, w2, wstride, worder, points) ⇒ Object



12
# File 'lib/opengl-definitions/extensions/GL_SGIX_polynomial_ffd.rb', line 12

def glDeformationMap3dSGIX(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, w1, w2, wstride, worder, points) end

#glDeformationMap3fSGIX(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, w1, w2, wstride, worder, points) ⇒ Object



13
# File 'lib/opengl-definitions/extensions/GL_SGIX_polynomial_ffd.rb', line 13

def glDeformationMap3fSGIX(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, w1, w2, wstride, worder, points) end

#glDeformSGIX(mask) ⇒ Object



14
# File 'lib/opengl-definitions/extensions/GL_SGIX_polynomial_ffd.rb', line 14

def glDeformSGIX(mask) end

#glLoadIdentityDeformationMapSGIX(mask) ⇒ Object



15
# File 'lib/opengl-definitions/extensions/GL_SGIX_polynomial_ffd.rb', line 15

def glLoadIdentityDeformationMapSGIX(mask) end