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