diff options
author | Brian Paul <[email protected]> | 2005-01-12 04:06:55 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-12 04:06:55 +0000 |
commit | d7b837ad4aa5306bd318fafa32f40599622f2c2a (patch) | |
tree | bb46c13c2d7f31c3ea0b3009671dc5cdbb6043e8 /include/GL/gl.h | |
parent | 2a34e66d6aad93af9247d1a7d10da169a731437a (diff) |
temporary prototypes for OpenGL 2.0
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r-- | include/GL/gl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index 1d35af82a16..eacd9b2da86 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -2250,6 +2250,16 @@ typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLen **/ +/* + * XXX temporary - remove when glext.h is updated + */ +#ifndef GL_VERSION_2_0 +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 */ |