{-# 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 = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_ARB_texture_mirror_clamp_to_edge" Set String
extensions
{-# NOINLINE gl_ARB_texture_mirror_clamp_to_edge #-}