| Copyright | (c) Sven Panne 2018 | 
|---|---|
| License | BSD3 | 
| Maintainer | Sven Panne <svenpanne@gmail.com> | 
| Stability | stable | 
| Portability | portable | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Graphics.GL.EXT.IndexArrayFormats
Contents
Description
Synopsis
- glGetEXTIndexArrayFormats :: MonadIO m => m Bool
- gl_EXT_index_array_formats :: Bool
- pattern GL_IUI_N3F_V2F_EXT :: GLenum
- pattern GL_IUI_N3F_V3F_EXT :: GLenum
- pattern GL_IUI_V2F_EXT :: GLenum
- pattern GL_IUI_V3F_EXT :: GLenum
- pattern GL_T2F_IUI_N3F_V2F_EXT :: GLenum
- pattern GL_T2F_IUI_N3F_V3F_EXT :: GLenum
- pattern GL_T2F_IUI_V2F_EXT :: GLenum
- pattern 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.
Enums
pattern GL_IUI_N3F_V2F_EXT :: GLenum Source #
pattern GL_IUI_N3F_V3F_EXT :: GLenum Source #
pattern GL_IUI_V2F_EXT :: GLenum Source #
pattern GL_IUI_V3F_EXT :: GLenum Source #
pattern GL_T2F_IUI_N3F_V2F_EXT :: GLenum Source #
pattern GL_T2F_IUI_N3F_V3F_EXT :: GLenum Source #
pattern GL_T2F_IUI_V2F_EXT :: GLenum Source #
pattern GL_T2F_IUI_V3F_EXT :: GLenum Source #