{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.TextureExpandNormal (
gl_NV_texture_expand_normal
, pattern GL_TEXTURE_UNSIGNED_REMAP_MODE_NV
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_NV_texture_expand_normal :: Bool
gl_NV_texture_expand_normal :: Bool
gl_NV_texture_expand_normal = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_NV_texture_expand_normal" Set String
extensions
{-# NOINLINE gl_NV_texture_expand_normal #-}
pattern GL_TEXTURE_UNSIGNED_REMAP_MODE_NV :: (Eq a, Num a) => a
pattern $mGL_TEXTURE_UNSIGNED_REMAP_MODE_NV :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_TEXTURE_UNSIGNED_REMAP_MODE_NV :: forall a. (Eq a, Num a) => a
GL_TEXTURE_UNSIGNED_REMAP_MODE_NV = 0x888F