{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.TextureMirrorClampToEdge (
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
gl_ARB_texture_mirror_clamp_to_edge :: Bool
gl_ARB_texture_mirror_clamp_to_edge :: Bool
gl_ARB_texture_mirror_clamp_to_edge = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_texture_mirror_clamp_to_edge" Set [Char]
extensions
{-# NOINLINE gl_ARB_texture_mirror_clamp_to_edge #-}