{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.NV.TextureBorderClamp (
gl_NV_texture_border_clamp
, pattern GL_CLAMP_TO_BORDER_NV
, pattern GL_TEXTURE_BORDER_COLOR_NV
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_NV_texture_border_clamp :: Bool
gl_NV_texture_border_clamp :: Bool
gl_NV_texture_border_clamp = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_NV_texture_border_clamp" Set [Char]
extensions
{-# NOINLINE gl_NV_texture_border_clamp #-}
pattern $bGL_CLAMP_TO_BORDER_NV :: a
$mGL_CLAMP_TO_BORDER_NV :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_CLAMP_TO_BORDER_NV = 0x812D
pattern $bGL_TEXTURE_BORDER_COLOR_NV :: a
$mGL_TEXTURE_BORDER_COLOR_NV :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_TEXTURE_BORDER_COLOR_NV = 0x1004