mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 10:38:30 +02:00
temporary prototypes for OpenGL 2.0
This commit is contained in:
parent
2a34e66d6a
commit
d7b837ad4a
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue