-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.KHR.BlendEquationAdvancedCoherent (
  -- * Extension Support
    gl_KHR_blend_equation_advanced_coherent

  -- * GL_KHR_blend_equation_advanced_coherent
  , pattern GL_BLEND_ADVANCED_COHERENT_KHR
) where

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

gl_KHR_blend_equation_advanced_coherent :: Bool
gl_KHR_blend_equation_advanced_coherent = member "GL_KHR_blend_equation_advanced_coherent" extensions

pattern GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285 :: GLenum