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