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