--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.EXT.DrawBuffers2
-- Copyright   :  (c) Sven Panne 2015
-- License     :  BSD3
--
-- Maintainer  :  Sven Panne <svenpanne@gmail.com>
-- Stability   :  stable
-- Portability :  portable
--
-- The <https://www.opengl.org/registry/specs/EXT/draw_buffers2.txt EXT_draw_buffers2> extension.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.EXT.DrawBuffers2 (
  -- * Functions
  glColorMaskIndexedEXT,
  glDisableIndexedEXT,
  glEnableIndexedEXT,
  glGetBooleanIndexedvEXT,
  glGetIntegerIndexedvEXT,
  glIsEnabledIndexedEXT
) where

import Graphics.Rendering.OpenGL.Raw.Functions