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