-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.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.Internal.Proc

-- | Checks that the <https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/light_max_exponent.txt GL_NV_light_max_exponent> extension is available.

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