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