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

module Graphics.Rendering.OpenGL.Raw.SGI.TextureColorTable (
  -- * Enums
  gl_PROXY_TEXTURE_COLOR_TABLE_SGI,
  gl_TEXTURE_COLOR_TABLE_SGI
) where

import Graphics.Rendering.OpenGL.Raw.Tokens