-------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.ARB.DrawBuffersBlend -- Copyright : (c) Sven Panne 2018 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.ARB.DrawBuffersBlend ( -- * Extension Support glGetARBDrawBuffersBlend, gl_ARB_draw_buffers_blend, -- * Functions glBlendEquationSeparateiARB, glBlendEquationiARB, glBlendFuncSeparateiARB, glBlendFunciARB ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Functions