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