{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.OES.TextureMirroredRepeat (
gl_OES_texture_mirrored_repeat
, pattern GL_MIRRORED_REPEAT_OES
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_OES_texture_mirrored_repeat :: Bool
gl_OES_texture_mirrored_repeat :: Bool
gl_OES_texture_mirrored_repeat = String -> Set String -> Bool
forall a. Ord a => a -> Set a -> Bool
member String
"GL_OES_texture_mirrored_repeat" Set String
extensions
{-# NOINLINE gl_OES_texture_mirrored_repeat #-}
pattern GL_MIRRORED_REPEAT_OES :: (Eq a, Num a) => a
pattern $mGL_MIRRORED_REPEAT_OES :: forall {r} {a}.
(Eq a, Num a) =>
a -> ((# #) -> r) -> ((# #) -> r) -> r
$bGL_MIRRORED_REPEAT_OES :: forall a. (Eq a, Num a) => a
GL_MIRRORED_REPEAT_OES = 0x8370