-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.SGI.TextureColorTable (
  -- * Extension Support
    gl_SGI_texture_color_table

  -- * GL_SGI_texture_color_table
  , pattern GL_PROXY_TEXTURE_COLOR_TABLE_SGI
  , pattern GL_TEXTURE_COLOR_TABLE_SGI
) where

import Data.Set
import Graphics.GL.Internal.Proc

-- | Checks that the <https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGI/texture_color_table.txt GL_SGI_texture_color_table> extension is available.

gl_SGI_texture_color_table :: Bool
gl_SGI_texture_color_table :: Bool
gl_SGI_texture_color_table = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_SGI_texture_color_table" Set [Char]
extensions
{-# NOINLINE gl_SGI_texture_color_table #-}

pattern $bGL_PROXY_TEXTURE_COLOR_TABLE_SGI :: a
$mGL_PROXY_TEXTURE_COLOR_TABLE_SGI :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD

pattern $bGL_TEXTURE_COLOR_TABLE_SGI :: a
$mGL_TEXTURE_COLOR_TABLE_SGI :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC