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