-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.EXT.PixelTransformColorTable ( -- * Extension Support gl_EXT_pixel_transform_color_table ) where import Data.Set import Graphics.GL.Raw.Internal.Proc -- | Checks that the extension is available. gl_EXT_pixel_transform_color_table :: Bool gl_EXT_pixel_transform_color_table = member "GL_EXT_pixel_transform_color_table" extensions {-# NOINLINE gl_EXT_pixel_transform_color_table #-}