diff options
author | Brian Paul <[email protected]> | 2001-05-29 15:23:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-05-29 15:23:48 +0000 |
commit | 736fcbec4732830e7976fb5eb309b13e03be132c (patch) | |
tree | 746d1eb07d2e140c2a6d7964767403f131e86080 /src/mesa/main/buffers.h | |
parent | 5ff1c613ea25be455eda9037a4955d47669a8c79 (diff) |
infrastructure for GL_ARB_multisample
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r-- | src/mesa/main/buffers.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index a453c3e1a29..ca0cdafd05e 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -1,4 +1,4 @@ -/* $Id: buffers.h,v 1.3 2001/03/12 00:48:37 gareth Exp $ */ +/* $Id: buffers.h,v 1.4 2001/05/29 15:23:48 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -51,5 +51,8 @@ _mesa_ReadBuffer( GLenum mode ); extern void _mesa_ResizeBuffersMESA( void ); +extern void +_mesa_SampleCoverageARB(GLclampf value, GLboolean invert); + #endif |