-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.ARB.TextureMirroredRepeat -- Copyright : (c) Sven Panne 2013 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- All tokens from the ARB_texture_mirrored_repeat extension, see -- . -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.ARB.TextureMirroredRepeat ( -- * Tokens gl_MIRRORED_REPEAT ) where import Graphics.Rendering.OpenGL.Raw.Core32