-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.EXT.BGRA -- Copyright : (c) Sven Panne 2013 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- 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