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