Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/extensions/gl/GL_OES_single_precision')
-rw-r--r--Libraries/glew-2.0.0/auto/extensions/gl/GL_OES_single_precision10
1 files changed, 0 insertions, 10 deletions
diff --git a/Libraries/glew-2.0.0/auto/extensions/gl/GL_OES_single_precision b/Libraries/glew-2.0.0/auto/extensions/gl/GL_OES_single_precision
deleted file mode 100644
index c0ec438d..00000000
--- a/Libraries/glew-2.0.0/auto/extensions/gl/GL_OES_single_precision
+++ /dev/null
@@ -1,10 +0,0 @@
-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)