-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.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.Raw.Internal.Proc gl_SGI_texture_color_table :: Bool gl_SGI_texture_color_table = member "GL_SGI_texture_color_table" extensions pattern GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD pattern GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC