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.EXT.RasterMultisample
Contents
Description
- glGetEXTRasterMultisample :: MonadIO m => m Bool
- gl_EXT_raster_multisample :: Bool
- gl_EFFECTIVE_RASTER_SAMPLES_EXT :: GLenum
- gl_MAX_RASTER_SAMPLES_EXT :: GLenum
- gl_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT :: GLenum
- gl_RASTER_FIXED_SAMPLE_LOCATIONS_EXT :: GLenum
- gl_RASTER_MULTISAMPLE_EXT :: GLenum
- gl_RASTER_SAMPLES_EXT :: GLenum
- glRasterSamplesEXT :: MonadIO m => GLuint -> GLboolean -> m ()
Extension Support
glGetEXTRasterMultisample :: MonadIO m => m Bool Source
Is the EXT_raster_multisample extension supported?
gl_EXT_raster_multisample :: Bool Source
Is the EXT_raster_multisample extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTRasterMultisample
in those cases instead.