Module: GL_SGI_color_table

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glColorTableSGI:               [ :void, :GLenum, :GLenum, :GLsizei, :GLenum, :GLenum, :pointer ].freeze,
  glColorTableParameterfvSGI:    [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glColorTableParameterivSGI:    [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glCopyColorTableSGI:           [ :void, :GLenum, :GLenum, :GLint, :GLint, :GLsizei ].freeze,
  glGetColorTableSGI:            [ :void, :GLenum, :GLenum, :GLenum, :pointer ].freeze,
  glGetColorTableParameterfvSGI: [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetColorTableParameterivSGI: [ :void, :GLenum, :GLenum, :pointer ].freeze,
}.freeze