summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-16 19:40:15 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-16 19:40:15 +0000
commit5255044c00b45defc487d20943dee37742f13fdf (patch)
tree4bb778c11eb9d21da2907c02b66a571e39e67c8b /include
parent169a723d2ba90f91e3c16f7e186d0ed238da9a65 (diff)
added a few OpenGL 2.0 tokens (temporary)
Diffstat (limited to 'include')
-rw-r--r--include/GL/gl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index eacd9b2da86..cefee9e8843 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -2254,6 +2254,14 @@ typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLen
* XXX temporary - remove when glext.h is updated
*/
#ifndef GL_VERSION_2_0
+#define GL_STENCIL_BACK_FUNC 0x8800
+#define GL_STENCIL_BACK_FAIL 0x8801
+#define GL_STENCIL_BACK_PASS_DEPTH_FAIL 0x8802
+#define GL_STENCIL_BACK_PASS_DEPTH_PASS 0x8803
+#define GL_STENCIL_BACK_REF 0x8CA3
+#define GL_STENCIL_BACK_VALUE_MASK 0x8CA4
+#define GL_STENCIL_BACK_WRITEMASK 0x8CA5
+
GLAPI void GLAPIENTRY glStencilOpSeparate (GLenum, GLenum, GLenum, GLenum);
GLAPI void GLAPIENTRY glStencilFuncSeparate (GLenum, GLenum, GLint, GLuint);
GLAPI void GLAPIENTRY glStencilMaskSeparate (GLenum, GLuint);