{-# LANGUAGE PatternSynonyms #-} -------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.EXT.VertexArrayBGRA -- Copyright : (c) Sven Panne 2017 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.EXT.VertexArrayBGRA ( -- * Extension Support glGetEXTVertexArrayBGRA, gl_EXT_vertex_array_bgra, -- * Enums pattern GL_BGRA ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Tokens