gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/NV/TexgenReflection.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.NV.TexgenReflection (
-- * Extension Support
gl_NV_texgen_reflection
-- * GL_NV_texgen_reflection
, pattern GL_NORMAL_MAP_NV
, pattern GL_REFLECTION_MAP_NV
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_NV_texgen_reflection :: Bool
gl_NV_texgen_reflection = member "GL_NV_texgen_reflection" extensions
pattern GL_NORMAL_MAP_NV = 0x8511 :: GLenum
pattern GL_REFLECTION_MAP_NV = 0x8512 :: GLenum