Module: GL_IBM_vertex_array_lists
- Defined in:
- lib/opengl-definitions/extensions/GL_IBM_vertex_array_lists.rb
Defined Under Namespace
Modules: Constants
Constant Summary collapse
- FUNCTIONS =
{ glColorPointerListIBM: [ :void, :GLint, :GLenum, :GLint, :pointer, :GLint ].freeze, glSecondaryColorPointerListIBM: [ :void, :GLint, :GLenum, :GLint, :pointer, :GLint ].freeze, glEdgeFlagPointerListIBM: [ :void, :GLint, :pointer, :GLint ].freeze, glFogCoordPointerListIBM: [ :void, :GLenum, :GLint, :pointer, :GLint ].freeze, glIndexPointerListIBM: [ :void, :GLenum, :GLint, :pointer, :GLint ].freeze, glNormalPointerListIBM: [ :void, :GLenum, :GLint, :pointer, :GLint ].freeze, glTexCoordPointerListIBM: [ :void, :GLint, :GLenum, :GLint, :pointer, :GLint ].freeze, glVertexPointerListIBM: [ :void, :GLint, :GLenum, :GLint, :pointer, :GLint ].freeze, }.freeze