Module: GL_EXT_vertex_weighting::Functions

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

Constant Summary collapse

Parameters =
{
  glVertexWeightfEXT:       [ :void, :GLfloat ].freeze,
  glVertexWeightfvEXT:      [ :void, :pointer ].freeze,
  glVertexWeightPointerEXT: [ :void, :GLint, :GLenum, :GLsizei, :pointer ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glVertexWeightfEXT(weight) ⇒ Object



19
# File 'lib/opengl-definitions/extensions/GL_EXT_vertex_weighting.rb', line 19

def glVertexWeightfEXT(weight) end

#glVertexWeightfvEXT(weight) ⇒ Object



20
# File 'lib/opengl-definitions/extensions/GL_EXT_vertex_weighting.rb', line 20

def glVertexWeightfvEXT(weight) end

#glVertexWeightPointerEXT(size, type, stride, pointer) ⇒ Object



21
# File 'lib/opengl-definitions/extensions/GL_EXT_vertex_weighting.rb', line 21

def glVertexWeightPointerEXT(size, type, stride, pointer) end