-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.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.Raw.Internal.Proc
import Graphics.GL.Raw.Types

gl_NV_texture_expand_normal :: Bool
gl_NV_texture_expand_normal = member "GL_NV_texture_expand_normal" extensions

pattern GL_TEXTURE_UNSIGNED_REMAP_MODE_NV = 0x888F :: GLenum