OpenGLRaw-2.1.0.0: src/Graphics/Rendering/OpenGL/Raw/NV/TextureExpandNormal.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.NV.TextureExpandNormal
-- 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/texture_expand_normal.txt NV_texture_expand_normal> extension.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.NV.TextureExpandNormal (
-- * Enums
gl_TEXTURE_UNSIGNED_REMAP_MODE_NV
) where
import Graphics.Rendering.OpenGL.Raw.Tokens