gl-0.9: generated-src/Graphics/GL/Ext/SGIS/TextureBorderClamp.hs
-- This file was automatically generated.
{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.SGIS.TextureBorderClamp (
-- * Extension Support
gl_SGIS_texture_border_clamp
-- * GL_SGIS_texture_border_clamp
, pattern GL_CLAMP_TO_BORDER_SGIS
) where
import Data.Set
import Graphics.GL.Internal.Proc
-- | Checks that the <https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/texture_border_clamp.txt GL_SGIS_texture_border_clamp> extension is available.
gl_SGIS_texture_border_clamp :: Bool
gl_SGIS_texture_border_clamp = member "GL_SGIS_texture_border_clamp" extensions
{-# NOINLINE gl_SGIS_texture_border_clamp #-}
pattern GL_CLAMP_TO_BORDER_SGIS = 0x812D