| Copyright | (c) Sven Panne 2018 | 
|---|---|
| License | BSD3 | 
| Maintainer | Sven Panne <svenpanne@gmail.com> | 
| Stability | stable | 
| Portability | portable | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Graphics.GL.ThreeDFX.Multisample
Contents
Description
Synopsis
- glGetThreeDFXMultisample :: MonadIO m => m Bool
- gl_3DFX_multisample :: Bool
- pattern GL_MULTISAMPLE_3DFX :: GLenum
- pattern GL_MULTISAMPLE_BIT_3DFX :: GLbitfield
- pattern GL_SAMPLES_3DFX :: GLenum
- pattern GL_SAMPLE_BUFFERS_3DFX :: GLenum
Extension Support
glGetThreeDFXMultisample :: MonadIO m => m Bool Source #
Is the 3DFX_multisample extension supported?
gl_3DFX_multisample :: Bool Source #
Is the 3DFX_multisample extension supported?
 Note that in the presence of multiple contexts with different capabilities,
 this might be wrong. Use glGetThreeDFXMultisample in those cases instead.
Enums
pattern GL_MULTISAMPLE_3DFX :: GLenum Source #
pattern GL_MULTISAMPLE_BIT_3DFX :: GLbitfield Source #
pattern GL_SAMPLES_3DFX :: GLenum Source #
pattern GL_SAMPLE_BUFFERS_3DFX :: GLenum Source #