{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.LightMaxExponent (
gl_NV_light_max_exponent
, pattern GL_MAX_SHININESS_NV
, pattern GL_MAX_SPOT_EXPONENT_NV
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_NV_light_max_exponent :: Bool
gl_NV_light_max_exponent :: Bool
gl_NV_light_max_exponent = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_NV_light_max_exponent" Set [Char]
extensions
{-# NOINLINE gl_NV_light_max_exponent #-}
pattern $bGL_MAX_SHININESS_NV :: a
$mGL_MAX_SHININESS_NV :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_MAX_SHININESS_NV = 0x8504
pattern $bGL_MAX_SPOT_EXPONENT_NV :: a
$mGL_MAX_SPOT_EXPONENT_NV :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_MAX_SPOT_EXPONENT_NV = 0x8505