gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/NV/LightMaxExponent.hs
-- 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
import Graphics.GL.Raw.Types
gl_NV_light_max_exponent :: Bool
gl_NV_light_max_exponent = member "GL_NV_light_max_exponent" extensions
pattern GL_MAX_SHININESS_NV = 0x8504 :: GLenum
pattern GL_MAX_SPOT_EXPONENT_NV = 0x8505 :: GLenum