| Copyright | (c) Sven Panne 2018 | 
|---|---|
| License | BSD3 | 
| Maintainer | Sven Panne <svenpanne@gmail.com> | 
| Stability | stable | 
| Portability | portable | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Graphics.GL.APPLE.VertexArrayObject
Contents
Description
Synopsis
- glGetAPPLEVertexArrayObject :: MonadIO m => m Bool
- gl_APPLE_vertex_array_object :: Bool
- pattern GL_VERTEX_ARRAY_BINDING_APPLE :: GLenum
- glBindVertexArrayAPPLE :: MonadIO m => GLuint -> m ()
- glDeleteVertexArraysAPPLE :: MonadIO m => GLsizei -> Ptr GLuint -> m ()
- glGenVertexArraysAPPLE :: MonadIO m => GLsizei -> Ptr GLuint -> m ()
- glIsVertexArrayAPPLE :: MonadIO m => GLuint -> m GLboolean
Extension Support
glGetAPPLEVertexArrayObject :: MonadIO m => m Bool Source #
Is the APPLE_vertex_array_object extension supported?
gl_APPLE_vertex_array_object :: Bool Source #
Is the APPLE_vertex_array_object extension supported?
 Note that in the presence of multiple contexts with different capabilities,
 this might be wrong. Use glGetAPPLEVertexArrayObject in those cases instead.
Enums
pattern GL_VERTEX_ARRAY_BINDING_APPLE :: GLenum Source #
Functions
glDeleteVertexArraysAPPLE Source #
This command is an alias for glDeleteVertexArrays.
glGenVertexArraysAPPLE Source #
This command is an alias for glGenVertexArrays.
This command is an alias for glIsVertexArray.