--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.NV.TexgenReflection
-- Copyright   :  (c) Sven Panne 2013
-- License     :  BSD3
--
-- Maintainer  :  Sven Panne <svenpanne@gmail.com>
-- Stability   :  stable
-- Portability :  portable
--
-- All tokens from the NV_texgen_reflection, see
-- <http://www.opengl.org/registry/specs/NV/texgen_reflection.txt>.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.NV.TexgenReflection (
   -- * Tokens
   gl_NORMAL_MAP,
   gl_REFLECTION_MAP
) where

import Graphics.Rendering.OpenGL.Raw.ARB.Compatibility