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

module Graphics.Rendering.OpenGL.Raw.EXT.RescaleNormal (
   -- * Tokens
   gl_RESCALE_NORMAL
) where

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