OpenGLRaw-2.1.0.0: src/Graphics/Rendering/OpenGL/Raw/NV/LightMaxExponent.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.NV.LightMaxExponent
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- The <https://www.opengl.org/registry/specs/NV/light_max_exponent.txt NV_light_max_exponent> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.NV.LightMaxExponent (
-- * Enums
gl_MAX_SHININESS_NV,
gl_MAX_SPOT_EXPONENT_NV
) where
import Graphics.Rendering.OpenGL.Raw.Tokens