{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.SGI.TextureColorTable (
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
gl_SGI_texture_color_table :: Bool
gl_SGI_texture_color_table :: Bool
gl_SGI_texture_color_table = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_SGI_texture_color_table" Set String
extensions
{-# NOINLINE gl_SGI_texture_color_table #-}
pattern GL_PROXY_TEXTURE_COLOR_TABLE_SGI :: (Eq a, Num a) => a
pattern $mGL_PROXY_TEXTURE_COLOR_TABLE_SGI :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_PROXY_TEXTURE_COLOR_TABLE_SGI :: forall a. (Eq a, Num a) => a
GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD
pattern GL_TEXTURE_COLOR_TABLE_SGI :: (Eq a, Num a) => a
pattern $mGL_TEXTURE_COLOR_TABLE_SGI :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_TEXTURE_COLOR_TABLE_SGI :: forall a. (Eq a, Num a) => a
GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC