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.EXT.BGRA
Contents
Description
- glGetEXTBGRA :: MonadIO m => m Bool
- gl_EXT_bgra :: Bool
- gl_BGRA_EXT :: GLenum
- gl_BGR_EXT :: GLenum
Extension Support
glGetEXTBGRA :: MonadIO m => m Bool Source
Is the EXT_bgra extension supported?
Is the EXT_bgra extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTBGRA
in those cases instead.