Module: GL_OES_texture_cube_map::Functions

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

Constant Summary collapse

Parameters =
{
  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

Instance Method Summary collapse

Instance Method Details

#glGetTexGenfvOES(coord, pname, params) ⇒ Object



25
# File 'lib/opengl-definitions/extensions/GL_OES_texture_cube_map.rb', line 25

def glGetTexGenfvOES(coord, pname, params) end

#glGetTexGenivOES(coord, pname, params) ⇒ Object



26
# File 'lib/opengl-definitions/extensions/GL_OES_texture_cube_map.rb', line 26

def glGetTexGenivOES(coord, pname, params) end

#glGetTexGenxvOES(coord, pname, params) ⇒ Object



27
# File 'lib/opengl-definitions/extensions/GL_OES_texture_cube_map.rb', line 27

def glGetTexGenxvOES(coord, pname, params) end

#glTexGenfOES(coord, pname, param) ⇒ Object



19
# File 'lib/opengl-definitions/extensions/GL_OES_texture_cube_map.rb', line 19

def glTexGenfOES(coord, pname, param) end

#glTexGenfvOES(coord, pname, params) ⇒ Object



20
# File 'lib/opengl-definitions/extensions/GL_OES_texture_cube_map.rb', line 20

def glTexGenfvOES(coord, pname, params) end

#glTexGeniOES(coord, pname, param) ⇒ Object



21
# File 'lib/opengl-definitions/extensions/GL_OES_texture_cube_map.rb', line 21

def glTexGeniOES(coord, pname, param) end

#glTexGenivOES(coord, pname, params) ⇒ Object



22
# File 'lib/opengl-definitions/extensions/GL_OES_texture_cube_map.rb', line 22

def glTexGenivOES(coord, pname, params) end

#glTexGenxOES(coord, pname, param) ⇒ Object



23
# File 'lib/opengl-definitions/extensions/GL_OES_texture_cube_map.rb', line 23

def glTexGenxOES(coord, pname, param) end

#glTexGenxvOES(coord, pname, params) ⇒ Object



24
# File 'lib/opengl-definitions/extensions/GL_OES_texture_cube_map.rb', line 24

def glTexGenxvOES(coord, pname, params) end