{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.TextureMirroredRepeat (
gl_ARB_texture_mirrored_repeat
, pattern GL_MIRRORED_REPEAT_ARB
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_ARB_texture_mirrored_repeat :: Bool
gl_ARB_texture_mirrored_repeat :: Bool
gl_ARB_texture_mirrored_repeat = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_ARB_texture_mirrored_repeat" Set String
extensions
{-# NOINLINE gl_ARB_texture_mirrored_repeat #-}
pattern GL_MIRRORED_REPEAT_ARB :: (Eq a, Num a) => a
pattern $mGL_MIRRORED_REPEAT_ARB :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_MIRRORED_REPEAT_ARB :: forall a. (Eq a, Num a) => a
GL_MIRRORED_REPEAT_ARB = 0x8370