{-# 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 = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_KHR_blend_equation_advanced_coherent" Set String
extensions
{-# NOINLINE gl_KHR_blend_equation_advanced_coherent #-}
pattern GL_BLEND_ADVANCED_COHERENT_KHR :: (Eq a, Num a) => a
pattern $mGL_BLEND_ADVANCED_COHERENT_KHR :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_BLEND_ADVANCED_COHERENT_KHR :: forall a. (Eq a, Num a) => a
GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285