Module: GL_OES_matrix_palette::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_OES_matrix_palette.rb
Constant Summary collapse
- Parameters =
{ glCurrentPaletteMatrixOES: [ :void, :GLuint ].freeze, glLoadPaletteFromModelViewMatrixOES: [ :void ].freeze, glMatrixIndexPointerOES: [ :void, :GLint, :GLenum, :GLsizei, :pointer ].freeze, glWeightPointerOES: [ :void, :GLint, :GLenum, :GLsizei, :pointer ].freeze, }.freeze
Instance Method Summary collapse
- #glCurrentPaletteMatrixOES(matrixpaletteindex) ⇒ Object
- #glLoadPaletteFromModelViewMatrixOES ⇒ Object
- #glMatrixIndexPointerOES(size, type, stride, pointer) ⇒ Object
- #glWeightPointerOES(size, type, stride, pointer) ⇒ Object
Instance Method Details
#glCurrentPaletteMatrixOES(matrixpaletteindex) ⇒ Object
22 |
# File 'lib/opengl-definitions/extensions/GL_OES_matrix_palette.rb', line 22 def glCurrentPaletteMatrixOES(matrixpaletteindex) end |
#glLoadPaletteFromModelViewMatrixOES ⇒ Object
23 |
# File 'lib/opengl-definitions/extensions/GL_OES_matrix_palette.rb', line 23 def glLoadPaletteFromModelViewMatrixOES() end |
#glMatrixIndexPointerOES(size, type, stride, pointer) ⇒ Object
24 |
# File 'lib/opengl-definitions/extensions/GL_OES_matrix_palette.rb', line 24 def glMatrixIndexPointerOES(size, type, stride, pointer) end |
#glWeightPointerOES(size, type, stride, pointer) ⇒ Object
25 |
# File 'lib/opengl-definitions/extensions/GL_OES_matrix_palette.rb', line 25 def glWeightPointerOES(size, type, stride, pointer) end |