Copyright | (c) Sven Panne 2018 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetNVMultisampleCoverage :: MonadIO m => m Bool
- gl_NV_multisample_coverage :: Bool
- pattern GL_COLOR_SAMPLES_NV :: GLenum
- pattern GL_SAMPLES_ARB :: GLenum
Extension Support
glGetNVMultisampleCoverage :: MonadIO m => m Bool Source #
Is the NV_multisample_coverage extension supported?
gl_NV_multisample_coverage :: Bool Source #
Is the NV_multisample_coverage extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetNVMultisampleCoverage
in those cases instead.
Enums
pattern GL_COLOR_SAMPLES_NV :: GLenum Source #
pattern GL_SAMPLES_ARB :: GLenum Source #