{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.IBM.TextureMirroredRepeat (
gl_IBM_texture_mirrored_repeat
, pattern GL_MIRRORED_REPEAT_IBM
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_IBM_texture_mirrored_repeat :: Bool
gl_IBM_texture_mirrored_repeat :: Bool
gl_IBM_texture_mirrored_repeat = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_IBM_texture_mirrored_repeat" Set String
extensions
{-# NOINLINE gl_IBM_texture_mirrored_repeat #-}
pattern GL_MIRRORED_REPEAT_IBM :: (Eq a, Num a) => a
pattern $mGL_MIRRORED_REPEAT_IBM :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_MIRRORED_REPEAT_IBM :: forall a. (Eq a, Num a) => a
GL_MIRRORED_REPEAT_IBM = 0x8370