gl-0.8.0: Complete OpenGL raw bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.GL.Ext.ARB.VertexArrayObject

Contents

Synopsis

Extension Support

gl_ARB_vertex_array_object :: Bool Source #

Checks that the GL_ARB_vertex_array_object extension is available.

GL_ARB_vertex_array_object

glGenVertexArrays :: MonadIO m => GLsizei -> Ptr GLuint -> m () Source #

Usage: glGenVertexArrays n arrays

The length of arrays should be n.

Manual page: https://www.opengl.org/sdk/docs/man/html/glGenVertexArrays.xhtml

pattern GL_VERTEX_ARRAY_BINDING :: forall a. (Num a, Eq a) => a Source #