-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.EXT.BlendColor -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.EXT.BlendColor ( -- * Enums gl_BLEND_COLOR_EXT, gl_CONSTANT_ALPHA_EXT, gl_CONSTANT_COLOR_EXT, gl_ONE_MINUS_CONSTANT_ALPHA_EXT, gl_ONE_MINUS_CONSTANT_COLOR_EXT, -- * Functions glBlendColorEXT ) where import Graphics.Rendering.OpenGL.Raw.Tokens import Graphics.Rendering.OpenGL.Raw.Functions