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 =
{
  def glDrawTexsOES(x, y, z, width, height) end => [ :void, :GLshort, :GLshort, :GLshort, :GLshort, :GLshort ].freeze,
  def glDrawTexiOES(x, y, z, width, height) end => [ :void, :GLint, :GLint, :GLint, :GLint, :GLint ].freeze,
  def glDrawTexxOES(x, y, z, width, height) end => [ :void, :GLfixed, :GLfixed, :GLfixed, :GLfixed, :GLfixed ].freeze,
  def glDrawTexsvOES(coords) end => [ :void, :pointer ].freeze,
  def glDrawTexivOES(coords) end => [ :void, :pointer ].freeze,
  def glDrawTexxvOES(coords) end => [ :void, :pointer ].freeze,
  def glDrawTexfOES(x, y, z, width, height) end => [ :void, :GLfloat, :GLfloat, :GLfloat, :GLfloat, :GLfloat ].freeze,
  def glDrawTexfvOES(coords) end => [ :void, :pointer ].freeze,
}.freeze