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