Module: GL_OES_draw_texture

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glDrawTexsOES:  [ :void, :GLshort, :GLshort, :GLshort, :GLshort, :GLshort ].freeze,
  glDrawTexiOES:  [ :void, :GLint, :GLint, :GLint, :GLint, :GLint ].freeze,
  glDrawTexxOES:  [ :void, :GLfixed, :GLfixed, :GLfixed, :GLfixed, :GLfixed ].freeze,
  glDrawTexsvOES: [ :void, :pointer ].freeze,
  glDrawTexivOES: [ :void, :pointer ].freeze,
  glDrawTexxvOES: [ :void, :pointer ].freeze,
  glDrawTexfOES:  [ :void, :GLfloat, :GLfloat, :GLfloat, :GLfloat, :GLfloat ].freeze,
  glDrawTexfvOES: [ :void, :pointer ].freeze,
}.freeze