-- 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

gl_EXT_blend_subtract :: Bool
gl_EXT_blend_subtract = member "GL_EXT_blend_subtract" extensions

pattern GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B

pattern GL_FUNC_SUBTRACT_EXT = 0x800A