-------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.AMD.DrawBuffersBlend -- Copyright : (c) Sven Panne 2018 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.AMD.DrawBuffersBlend ( -- * Extension Support glGetAMDDrawBuffersBlend, gl_AMD_draw_buffers_blend, -- * Functions glBlendEquationIndexedAMD, glBlendEquationSeparateIndexedAMD, glBlendFuncIndexedAMD, glBlendFuncSeparateIndexedAMD ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Functions