-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.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.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared gl_ARB_texture_mirror_clamp_to_edge :: Bool gl_ARB_texture_mirror_clamp_to_edge = member "GL_ARB_texture_mirror_clamp_to_edge" extensions