gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/NV/BlendEquationAdvancedCoherent.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.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.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_NV_blend_equation_advanced_coherent :: Bool
gl_NV_blend_equation_advanced_coherent = member "GL_NV_blend_equation_advanced_coherent" extensions
pattern GL_BLEND_ADVANCED_COHERENT_NV = 0x9285 :: GLenum