gl-0.1: dist/build/autogen/Graphics/GL/Raw/Extension/NV/TextureBorderClamp.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.NV.TextureBorderClamp (
-- * Extension Support
gl_NV_texture_border_clamp
-- * GL_NV_texture_border_clamp
, pattern GL_CLAMP_TO_BORDER_NV
, pattern GL_TEXTURE_BORDER_COLOR_NV
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_NV_texture_border_clamp :: Bool
gl_NV_texture_border_clamp = member "GL_NV_texture_border_clamp" extensions
pattern GL_CLAMP_TO_BORDER_NV = 0x812D :: GLenum
pattern GL_TEXTURE_BORDER_COLOR_NV = 0x1004 :: GLenum