Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.S3.S3TC
Contents
Description
- glGetS3S3TC :: MonadIO m => m Bool
- gl_S3_s3tc :: Bool
- gl_RGB4_S3TC :: GLenum
- gl_RGBA4_DXT5_S3TC :: GLenum
- gl_RGBA4_S3TC :: GLenum
- gl_RGBA_DXT5_S3TC :: GLenum
- gl_RGBA_S3TC :: GLenum
- gl_RGB_S3TC :: GLenum
Extension Support
glGetS3S3TC :: MonadIO m => m Bool Source
Is the S3_s3tc extension supported?
gl_S3_s3tc :: Bool Source
Is the S3_s3tc extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetS3S3TC
in those cases instead.