summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_OES_single_precision
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_OES_single_precision')
-rw-r--r--auto/extensions/gl/GL_OES_single_precision9
1 files changed, 9 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_OES_single_precision b/auto/extensions/gl/GL_OES_single_precision
new file mode 100644
index 0000000..c00668c
--- /dev/null
+++ b/auto/extensions/gl/GL_OES_single_precision
@@ -0,0 +1,9 @@
+GL_OES_single_precision
+http://www.opengl.org/registry/specs/OES/OES_single_precision.txt
+GL_OES_single_precision
+ void glClearDepthfOES (GLclampf depth)
+ void glClipPlanefOES (GLenum plane, const GLfloat* equation)
+ void glDepthRangefOES (GLclampf n, GLclampf f)
+ void glFrustumfOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
+ void glGetClipPlanefOES (GLenum plane, GLfloat* equation)
+ void glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)