{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.BlendFuncExtended (
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.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_blend_func_extended :: Bool
gl_ARB_blend_func_extended :: Bool
gl_ARB_blend_func_extended = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_ARB_blend_func_extended" Set String
extensions
{-# NOINLINE gl_ARB_blend_func_extended #-}