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.APPLE.VertexArrayObject
Description
The APPLE_vertex_array_object extension.
- gl_VERTEX_ARRAY_BINDING_APPLE :: GLenum
- glBindVertexArrayAPPLE :: GLuint -> IO ()
- glDeleteVertexArraysAPPLE :: GLsizei -> Ptr GLuint -> IO ()
- glGenVertexArraysAPPLE :: GLsizei -> Ptr GLuint -> IO ()
- glIsVertexArrayAPPLE :: GLuint -> IO GLboolean