From 1b5d3d647e3abe89b11f6ac9ba66327050d0750e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 28 Sep 2005 02:28:00 +0000 Subject: added GL_EXT_packed_depth_stencil --- include/GL/gl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.2.3