{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.KHR.BlendEquationAdvancedCoherent (
gl_KHR_blend_equation_advanced_coherent
, pattern GL_BLEND_ADVANCED_COHERENT_KHR
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_KHR_blend_equation_advanced_coherent :: Bool
gl_KHR_blend_equation_advanced_coherent :: Bool
gl_KHR_blend_equation_advanced_coherent = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_KHR_blend_equation_advanced_coherent" Set [Char]
extensions
{-# NOINLINE gl_KHR_blend_equation_advanced_coherent #-}
pattern $bGL_BLEND_ADVANCED_COHERENT_KHR :: a
$mGL_BLEND_ADVANCED_COHERENT_KHR :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285