Module: GL_OES_single_precision::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_OES_single_precision.rb
Constant Summary collapse
- Parameters =
{ 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
Instance Method Summary collapse
- #glClearDepthfOES(depth) ⇒ Object
- #glClipPlanefOES(plane, equation) ⇒ Object
- #glDepthRangefOES(n, f) ⇒ Object
- #glFrustumfOES(l, r, b, t, n, f) ⇒ Object
- #glGetClipPlanefOES(plane, equation) ⇒ Object
- #glOrthofOES(l, r, b, t, n, f) ⇒ Object
Instance Method Details
#glClearDepthfOES(depth) ⇒ Object
3 |
# File 'lib/opengl-definitions/extensions/GL_OES_single_precision.rb', line 3 def glClearDepthfOES(depth) end |
#glClipPlanefOES(plane, equation) ⇒ Object
4 |
# File 'lib/opengl-definitions/extensions/GL_OES_single_precision.rb', line 4 def glClipPlanefOES(plane, equation) end |
#glDepthRangefOES(n, f) ⇒ Object
5 |
# File 'lib/opengl-definitions/extensions/GL_OES_single_precision.rb', line 5 def glDepthRangefOES(n, f) end |
#glFrustumfOES(l, r, b, t, n, f) ⇒ Object
6 |
# File 'lib/opengl-definitions/extensions/GL_OES_single_precision.rb', line 6 def glFrustumfOES(l, r, b, t, n, f) end |
#glGetClipPlanefOES(plane, equation) ⇒ Object
7 |
# File 'lib/opengl-definitions/extensions/GL_OES_single_precision.rb', line 7 def glGetClipPlanefOES(plane, equation) end |
#glOrthofOES(l, r, b, t, n, f) ⇒ Object
8 |
# File 'lib/opengl-definitions/extensions/GL_OES_single_precision.rb', line 8 def glOrthofOES(l, r, b, t, n, f) end |