{-# LANGUAGE PatternSynonyms #-} -------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.NV.TexgenReflection -- Copyright : (c) Sven Panne 2018 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.NV.TexgenReflection ( -- * Extension Support glGetNVTexgenReflection, gl_NV_texgen_reflection, -- * Enums pattern GL_NORMAL_MAP_NV, pattern GL_REFLECTION_MAP_NV ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Tokens