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