-- This file was automatically generated. {-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Ext.ARB.TextureMirrorClampToEdge ( -- * Extension Support gl_ARB_texture_mirror_clamp_to_edge -- * GL_ARB_texture_mirror_clamp_to_edge , pattern GL_MIRROR_CLAMP_TO_EDGE ) where import Data.Set import Graphics.GL.Internal.Proc import Graphics.GL.Internal.Shared -- | Checks that the extension is available. gl_ARB_texture_mirror_clamp_to_edge :: Bool gl_ARB_texture_mirror_clamp_to_edge = member "GL_ARB_texture_mirror_clamp_to_edge" extensions {-# NOINLINE gl_ARB_texture_mirror_clamp_to_edge #-}