-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.NV.LightMaxExponent ( -- * Extension Support gl_NV_light_max_exponent -- * GL_NV_light_max_exponent , pattern GL_MAX_SHININESS_NV , pattern GL_MAX_SPOT_EXPONENT_NV ) where import Data.Set import Graphics.GL.Raw.Internal.Proc -- | Checks that the extension is available. gl_NV_light_max_exponent :: Bool gl_NV_light_max_exponent = member "GL_NV_light_max_exponent" extensions {-# NOINLINE gl_NV_light_max_exponent #-} pattern GL_MAX_SHININESS_NV = 0x8504 pattern GL_MAX_SPOT_EXPONENT_NV = 0x8505