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