-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.NV.BlendEquationAdvancedCoherent -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.NV.BlendEquationAdvancedCoherent ( -- * Extension Support glGetNVBlendEquationAdvancedCoherent, gl_NV_blend_equation_advanced_coherent, -- * Enums gl_BLEND_ADVANCED_COHERENT_NV ) where import Graphics.Rendering.OpenGL.Raw.ExtensionPredicates import Graphics.Rendering.OpenGL.Raw.Tokens