OpenGLRaw-1.1.0.0: src/Graphics/Rendering/OpenGL/Raw/EXT/Bgra.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.EXT.Bgra
-- Copyright : (c) Sven Panne 2009
-- License : BSD-style (see the file LICENSE)
--
-- Maintainer : sven.panne@aedion.de
-- Stability : stable
-- Portability : portable
--
-- All tokens from the EXT_bgra extension, see
-- <http://www.opengl.org/registry/specs/EXT/bgra.txt>.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.EXT.Bgra (
-- * Tokens
gl_BGR,
gl_BGRA
) where
import Graphics.Rendering.OpenGL.Raw.Core32