temporary prototypes for OpenGL 2.0
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 12 Jan 2005 04:06:55 +0000 (04:06 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 12 Jan 2005 04:06:55 +0000 (04:06 +0000)
include/GL/gl.h

index 1d35af8..eacd9b2 100644 (file)
@@ -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
  */