Module: GL_ARB_matrix_palette::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_ARB_matrix_palette.rb
Constant Summary collapse
- Parameters =
{ glCurrentPaletteMatrixARB: [ :void, :GLint ].freeze, glMatrixIndexubvARB: [ :void, :GLint, :pointer ].freeze, glMatrixIndexusvARB: [ :void, :GLint, :pointer ].freeze, glMatrixIndexuivARB: [ :void, :GLint, :pointer ].freeze, glMatrixIndexPointerARB: [ :void, :GLint, :GLenum, :GLsizei, :pointer ].freeze, }.freeze
Instance Method Summary collapse
- #glCurrentPaletteMatrixARB(index) ⇒ Object
- #glMatrixIndexPointerARB(size, type, stride, pointer) ⇒ Object
- #glMatrixIndexubvARB(size, indices) ⇒ Object
- #glMatrixIndexuivARB(size, indices) ⇒ Object
- #glMatrixIndexusvARB(size, indices) ⇒ Object
Instance Method Details
#glCurrentPaletteMatrixARB(index) ⇒ Object
16 |
# File 'lib/opengl-definitions/extensions/GL_ARB_matrix_palette.rb', line 16 def glCurrentPaletteMatrixARB(index) end |
#glMatrixIndexPointerARB(size, type, stride, pointer) ⇒ Object
20 |
# File 'lib/opengl-definitions/extensions/GL_ARB_matrix_palette.rb', line 20 def glMatrixIndexPointerARB(size, type, stride, pointer) end |
#glMatrixIndexubvARB(size, indices) ⇒ Object
17 |
# File 'lib/opengl-definitions/extensions/GL_ARB_matrix_palette.rb', line 17 def glMatrixIndexubvARB(size, indices) end |
#glMatrixIndexuivARB(size, indices) ⇒ Object
19 |
# File 'lib/opengl-definitions/extensions/GL_ARB_matrix_palette.rb', line 19 def glMatrixIndexuivARB(size, indices) end |
#glMatrixIndexusvARB(size, indices) ⇒ Object
18 |
# File 'lib/opengl-definitions/extensions/GL_ARB_matrix_palette.rb', line 18 def glMatrixIndexusvARB(size, indices) end |