gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/EXT/BlendSubtract.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.EXT.BlendSubtract (
-- * Extension Support
gl_EXT_blend_subtract
-- * GL_EXT_blend_subtract
, pattern GL_FUNC_REVERSE_SUBTRACT_EXT
, pattern GL_FUNC_SUBTRACT_EXT
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_EXT_blend_subtract :: Bool
gl_EXT_blend_subtract = member "GL_EXT_blend_subtract" extensions
pattern GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B :: GLenum
pattern GL_FUNC_SUBTRACT_EXT = 0x800A :: GLenum