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.IndexArrayFormats
Contents
Description
- glGetEXTIndexArrayFormats :: MonadIO m => m Bool
- gl_EXT_index_array_formats :: Bool
- gl_IUI_N3F_V2F_EXT :: GLenum
- gl_IUI_N3F_V3F_EXT :: GLenum
- gl_IUI_V2F_EXT :: GLenum
- gl_IUI_V3F_EXT :: GLenum
- gl_T2F_IUI_N3F_V2F_EXT :: GLenum
- gl_T2F_IUI_N3F_V3F_EXT :: GLenum
- gl_T2F_IUI_V2F_EXT :: GLenum
- gl_T2F_IUI_V3F_EXT :: GLenum
Extension Support
glGetEXTIndexArrayFormats :: MonadIO m => m Bool Source
Is the EXT_index_array_formats extension supported?
gl_EXT_index_array_formats :: Bool Source
Is the EXT_index_array_formats extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTIndexArrayFormats
in those cases instead.