diff options
author | Brian Paul <[email protected]> | 2005-01-20 15:07:42 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-20 15:07:42 +0000 |
commit | 14dee36fa78dc309919dd81ae37d0e8d13773104 (patch) | |
tree | c95dbfd8a35a82f40114e69e94ec197e3e9c1b02 /include/GL/gl.h | |
parent | edb9a165c14bd90938340a74a636ac5f65ac4c35 (diff) |
glext.h version 26
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r-- | include/GL/gl.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index cefee9e8843..5d7bf485293 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -2250,23 +2250,6 @@ 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); -#endif - /********************************************************************** * Begin system-specific stuff |