Browse Source

removed glSamplePass()

tags/mesa_4_1
Brian Paul 24 years ago
parent
commit
491e573c38
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      include/GL/gl.h

+ 1
- 3
include/GL/gl.h View File

@@ -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…
Cancel
Save