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.ARB.CompressedTexturePixelStorage
Contents
Description
- glGetARBCompressedTexturePixelStorage :: MonadIO m => m Bool
- gl_ARB_compressed_texture_pixel_storage :: Bool
- gl_PACK_COMPRESSED_BLOCK_DEPTH :: GLenum
- gl_PACK_COMPRESSED_BLOCK_HEIGHT :: GLenum
- gl_PACK_COMPRESSED_BLOCK_SIZE :: GLenum
- gl_PACK_COMPRESSED_BLOCK_WIDTH :: GLenum
- gl_UNPACK_COMPRESSED_BLOCK_DEPTH :: GLenum
- gl_UNPACK_COMPRESSED_BLOCK_HEIGHT :: GLenum
- gl_UNPACK_COMPRESSED_BLOCK_SIZE :: GLenum
- gl_UNPACK_COMPRESSED_BLOCK_WIDTH :: GLenum
Extension Support
glGetARBCompressedTexturePixelStorage :: MonadIO m => m Bool Source
Is the ARB_compressed_texture_pixel_storage extension supported?
gl_ARB_compressed_texture_pixel_storage :: Bool Source
Is the ARB_compressed_texture_pixel_storage extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBCompressedTexturePixelStorage
in those cases instead.