diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-03-20 22:07:17 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-03-20 22:07:17 +0000 |
commit | 491e573c38ae5e0910e9690cd188e0eee9a922c8 (patch) | |
tree | 063cc66ba3da28115adb415f3d9a7f662411f30f | |
parent | 80ac8d171ce5d20fb4b2fc125797694828758581 (diff) | |
download | external_mesa3d-491e573c38ae5e0910e9690cd188e0eee9a922c8.zip external_mesa3d-491e573c38ae5e0910e9690cd188e0eee9a922c8.tar.gz external_mesa3d-491e573c38ae5e0910e9690cd188e0eee9a922c8.tar.bz2 |
removed glSamplePass()
-rw-r--r-- | include/GL/gl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index 6ffda17..675b974 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -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) |