-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.EXT.DrawBuffers2 -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.EXT.DrawBuffers2 ( -- * Functions glColorMaskIndexedEXT, glDisableIndexedEXT, glEnableIndexedEXT, glGetBooleanIndexedvEXT, glGetIntegerIndexedvEXT, glIsEnabledIndexedEXT ) where import Graphics.Rendering.OpenGL.Raw.Functions