diff options
Diffstat (limited to 'glew/auto/extensions/gl/GL_ARB_clip_control')
-rw-r--r-- | glew/auto/extensions/gl/GL_ARB_clip_control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_ARB_clip_control b/glew/auto/extensions/gl/GL_ARB_clip_control new file mode 100644 index 0000000..f765c8c --- /dev/null +++ b/glew/auto/extensions/gl/GL_ARB_clip_control @@ -0,0 +1,11 @@ +GL_ARB_clip_control +https://www.khronos.org/registry/OpenGL/extensions/ARB/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) |