-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.ARB.VertexArrayObject ( -- * Extension Support gl_ARB_vertex_array_object -- * GL_ARB_vertex_array_object , glBindVertexArray , glDeleteVertexArrays , glGenVertexArrays , glIsVertexArray , pattern GL_VERTEX_ARRAY_BINDING ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared -- | Checks that the extension is available. gl_ARB_vertex_array_object :: Bool gl_ARB_vertex_array_object = member "GL_ARB_vertex_array_object" extensions {-# NOINLINE gl_ARB_vertex_array_object #-}