-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.TextureExpandNormal (
  -- * Extension Support
    gl_NV_texture_expand_normal

  -- * GL_NV_texture_expand_normal
  , pattern GL_TEXTURE_UNSIGNED_REMAP_MODE_NV
) where

import Data.Set
import Graphics.GL.Internal.Proc

-- | Checks that the <https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texture_expand_normal.txt GL_NV_texture_expand_normal> extension is available.

gl_NV_texture_expand_normal :: Bool
gl_NV_texture_expand_normal :: Bool
gl_NV_texture_expand_normal = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_NV_texture_expand_normal" Set [Char]
extensions
{-# NOINLINE gl_NV_texture_expand_normal #-}

pattern $bGL_TEXTURE_UNSIGNED_REMAP_MODE_NV :: a
$mGL_TEXTURE_UNSIGNED_REMAP_MODE_NV :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_TEXTURE_UNSIGNED_REMAP_MODE_NV = 0x888F