Module: GL_OES_texture_cube_map

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glTexGenfOES:     [ :void, :GLenum, :GLenum, :GLfloat ].freeze,
  glTexGenfvOES:    [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glTexGeniOES:     [ :void, :GLenum, :GLenum, :GLint ].freeze,
  glTexGenivOES:    [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glTexGenxOES:     [ :void, :GLenum, :GLenum, :GLfixed ].freeze,
  glTexGenxvOES:    [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetTexGenfvOES: [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetTexGenivOES: [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetTexGenxvOES: [ :void, :GLenum, :GLenum, :pointer ].freeze,
}.freeze