OpenGLRaw-3.0.0.0: src/Graphics/GL/EXT/VertexArrayBGRA.hs
{-# LANGUAGE PatternSynonyms #-}
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.EXT.VertexArrayBGRA
-- Copyright : (c) Sven Panne 2016
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- 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