summaryrefslogtreecommitdiff
path: root/include/GL
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-04-21 14:57:07 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-04-21 14:57:07 +0000
commit2780bb824f542c47d5412a3909eaa84ed3f13451 (patch)
tree12b36ac846b53e2804e550ef221d223dcfc56c2a /include/GL
parentb0b9b798ac0620aeba15143f84c1d1ef2ddd44db (diff)
added GL_EXT_depth_bounds_test
Diffstat (limited to 'include/GL')
-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