OpenGLRaw-2.1.0.0: src/Graphics/Rendering/OpenGL/Raw/NV/TexgenEmboss.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.NV.TexgenEmboss
-- 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/texgen_emboss.txt NV_texgen_emboss> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.NV.TexgenEmboss (
-- * Enums
gl_EMBOSS_CONSTANT_NV,
gl_EMBOSS_LIGHT_NV,
gl_EMBOSS_MAP_NV
) where
import Graphics.Rendering.OpenGL.Raw.Tokens