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.ABGR
Contents
Description
- glGetEXTABGR :: MonadIO m => m Bool
- gl_EXT_abgr :: Bool
- gl_ABGR_EXT :: GLenum
Extension Support
glGetEXTABGR :: MonadIO m => m Bool Source
Is the EXT_abgr extension supported?
Is the EXT_abgr extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTABGR
in those cases instead.