summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ARB_clip_control
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_ARB_clip_control')
-rw-r--r--auto/extensions/gl/GL_ARB_clip_control10
1 files changed, 10 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_ARB_clip_control b/auto/extensions/gl/GL_ARB_clip_control
new file mode 100644
index 0000000..e109e2f
--- /dev/null
+++ b/auto/extensions/gl/GL_ARB_clip_control
@@ -0,0 +1,10 @@
+GL_ARB_clip_control
+http://www.opengl.org/registry/specs/ARB/clip_control.txt
+GL_ARB_clip_control
+ GL_LOWER_LEFT 0x8CA1
+ GL_UPPER_LEFT 0x8CA2
+ GL_CLIP_ORIGIN 0x935C
+ GL_CLIP_DEPTH_MODE 0x935D
+ GL_NEGATIVE_ONE_TO_ONE 0x935E
+ GL_ZERO_TO_ONE 0x935F
+ void glClipControl (GLenum origin, GLenum depth)