OpenGLRaw-1.4.0.0: src/Graphics/Rendering/OpenGL/Raw/EXT/BlendSubtract.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.EXT.BlendSubtract
-- Copyright : (c) Sven Panne 2013
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- All tokens from the EXT_blend_subtract extension, see
-- <http://www.opengl.org/registry/specs/EXT/blend_subtract.txt>.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.EXT.BlendSubtract (
-- * Tokens
gl_FUNC_SUBTRACT,
gl_FUNC_REVERSE_SUBTRACT
) where
import Graphics.Rendering.OpenGL.Raw.Core32