-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.EXT.BlendSubtract -- 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_blend_subtract extension, see -- . -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.EXT.BlendSubtract ( -- * Tokens gl_FUNC_SUBTRACT, gl_FUNC_REVERSE_SUBTRACT ) where import Graphics.Rendering.OpenGL.Raw.Core32