Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.SGIS.Multisample
Contents
Description
- glGetSGISMultisample :: MonadIO m => m Bool
- gl_SGIS_multisample :: Bool
- gl_1PASS_SGIS :: GLenum
- gl_2PASS_0_SGIS :: GLenum
- gl_2PASS_1_SGIS :: GLenum
- gl_4PASS_0_SGIS :: GLenum
- gl_4PASS_1_SGIS :: GLenum
- gl_4PASS_2_SGIS :: GLenum
- gl_4PASS_3_SGIS :: GLenum
- gl_MULTISAMPLE_SGIS :: GLenum
- gl_SAMPLES_SGIS :: GLenum
- gl_SAMPLE_ALPHA_TO_MASK_SGIS :: GLenum
- gl_SAMPLE_ALPHA_TO_ONE_SGIS :: GLenum
- gl_SAMPLE_BUFFERS_SGIS :: GLenum
- gl_SAMPLE_MASK_INVERT_SGIS :: GLenum
- gl_SAMPLE_MASK_SGIS :: GLenum
- gl_SAMPLE_MASK_VALUE_SGIS :: GLenum
- gl_SAMPLE_PATTERN_SGIS :: GLenum
- glSampleMaskSGIS :: MonadIO m => GLclampf -> GLboolean -> m ()
- glSamplePatternSGIS :: MonadIO m => GLenum -> m ()
Extension Support
glGetSGISMultisample :: MonadIO m => m Bool Source
Is the SGIS_multisample extension supported?
gl_SGIS_multisample :: Bool Source
Is the SGIS_multisample extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSGISMultisample
in those cases instead.
Enums
Functions
Arguments
:: MonadIO m | |
=> GLclampf |
|
-> GLboolean |
|
-> m () |
This command is an alias for glSampleMaskEXT
.
Arguments
:: MonadIO m | |
=> GLenum |
|
-> m () |
This command is an alias for glSamplePatternEXT
.