summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/GL/gl.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index c9353cb83d..94cfd76b3d 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -2739,6 +2739,20 @@ typedef void (APIENTRY * PFNGLGETPROGRAMNAMEDPARAMETERDVNVPROC) (GLuint id, GLsi
+/* XXX temporary until glext.h is updated! */
+#ifndef GL_EXT_depth_bounds_test
+#define GL_EXT_depth_bounds_test 1
+
+#define GL_DEPTH_BOUNDS_TEST_EXT 0x8890
+#define GL_DEPTH_BOUNDS_EXT 0x8891
+
+GLAPI void GLAPIENTRY glDepthBoundsEXT(GLclampd zmin, GLclampd zmax);
+
+typedef void (APIENTRY * PFNGLDEPTHBOUNDSEXTPROC)(GLclampd zmin, GLclampd zmax);
+
+#endif /* GL_EXT_depth_bounds_test */
+
+
/**********************************************************************
* Begin system-specific stuff