mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-24 18:54:10 +08:00
removed glSamplePass()
This commit is contained in:
parent
80ac8d171c
commit
491e573c38
@ -1,4 +1,4 @@
|
||||
/* $Id: gl.h,v 1.64 2002/02/25 22:18:14 brianp Exp $ */
|
||||
/* $Id: gl.h,v 1.65 2002/03/20 22:07:17 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
@ -1912,8 +1912,6 @@ GLAPI void GLAPIENTRY glMultTransposeMatrixf( const GLfloat m[16] );
|
||||
|
||||
GLAPI void GLAPIENTRY glSampleCoverage( GLclampf value, GLboolean invert );
|
||||
|
||||
GLAPI void GLAPIENTRY glSamplePass( GLenum pass );
|
||||
|
||||
|
||||
/*
|
||||
* GL_ARB_multitexture (ARB extension 1 and OpenGL 1.2.1)
|
||||
|
Loading…
Reference in New Issue
Block a user