-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.ARB.BlendFuncExtended (
  -- * Extension Support
    gl_ARB_blend_func_extended

  -- * GL_ARB_blend_func_extended
  , glBindFragDataLocationIndexed
  , glGetFragDataIndex
  , pattern GL_MAX_DUAL_SOURCE_DRAW_BUFFERS
  , pattern GL_ONE_MINUS_SRC1_ALPHA
  , pattern GL_ONE_MINUS_SRC1_COLOR
  , pattern GL_SRC1_ALPHA
  , pattern GL_SRC1_COLOR
) where

import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Internal.Shared

gl_ARB_blend_func_extended :: Bool
gl_ARB_blend_func_extended = member "GL_ARB_blend_func_extended" extensions