{-# LANGUAGE PatternSynonyms #-} -------------------------------------------------------------------------------- -- | -- Module : Graphics.GL.ARB.TextureMirroredRepeat -- Copyright : (c) Sven Panne 2017 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -------------------------------------------------------------------------------- module Graphics.GL.ARB.TextureMirroredRepeat ( -- * Extension Support glGetARBTextureMirroredRepeat, gl_ARB_texture_mirrored_repeat, -- * Enums pattern GL_MIRRORED_REPEAT_ARB ) where import Graphics.GL.ExtensionPredicates import Graphics.GL.Tokens