summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-28 02:28:00 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-28 02:28:00 +0000
commit1b5d3d647e3abe89b11f6ac9ba66327050d0750e (patch)
tree342068586fa0a3e92c16476750db856ac2b94158 /include/GL/gl.h
parentac3ec5096a760daabb1f2be7400bd9723e5058a5 (diff)
added GL_EXT_packed_depth_stencil
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 36a93791a9..bc41cd554a 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -2239,6 +2239,16 @@ typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLen
#endif /* GL_EXT_timer_query */
+#ifndef GL_EXT_packed_depth_stencil
+#define GL_EXT_packed_depth_stencil 1
+
+#define GL_DEPTH_STENCIL_EXT 0x84F9
+#define GL_UNSIGNED_INT_24_8_EXT 0x84FA
+#define GL_DEPTH24_STENCIL8_EXT 0x88F0
+#define GL_TEXTURE_STENCIL_SIZE_EXT 0x88F1
+
+#endif /* GL_EXT_packed_depth_stencil */
+
/**
** NOTE!!!!! If you add new functions to this file, or update