-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.BlendEquationAdvancedCoherent (
  -- * Extension Support
    gl_NV_blend_equation_advanced_coherent

  -- * GL_NV_blend_equation_advanced_coherent
  , pattern GL_BLEND_ADVANCED_COHERENT_NV
) where

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

-- | Checks that the <https://www.khronos.org/registry/gles/extensions/NV/NV_blend_equation_advanced_coherent.txt GL_NV_blend_equation_advanced_coherent> extension is available.

gl_NV_blend_equation_advanced_coherent :: Bool
gl_NV_blend_equation_advanced_coherent :: Bool
gl_NV_blend_equation_advanced_coherent = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_NV_blend_equation_advanced_coherent" Set [Char]
extensions
{-# NOINLINE gl_NV_blend_equation_advanced_coherent #-}

pattern $bGL_BLEND_ADVANCED_COHERENT_NV :: a
$mGL_BLEND_ADVANCED_COHERENT_NV :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_BLEND_ADVANCED_COHERENT_NV = 0x9285