Module: GL_OES_single_precision

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

Constant Summary collapse

FUNCTIONS =
{
  glClearDepthfOES:   [ :void, :GLclampf ].freeze,
  glClipPlanefOES:    [ :void, :GLenum, :pointer ].freeze,
  glDepthRangefOES:   [ :void, :GLclampf, :GLclampf ].freeze,
  glFrustumfOES:      [ :void, :GLfloat, :GLfloat, :GLfloat, :GLfloat, :GLfloat, :GLfloat ].freeze,
  glGetClipPlanefOES: [ :void, :GLenum, :pointer ].freeze,
  glOrthofOES:        [ :void, :GLfloat, :GLfloat, :GLfloat, :GLfloat, :GLfloat, :GLfloat ].freeze,
}.freeze