OpenGLRaw-1.4.0.0: src/Graphics/Rendering/OpenGL/Raw/ARB/TextureMirroredRepeat.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.ARB.TextureMirroredRepeat
-- Copyright : (c) Sven Panne 2013
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
-- All tokens from the ARB_texture_mirrored_repeat extension, see
-- <http://www.opengl.org/registry/specs/ARB/texture_mirrored_repeat.txt>.
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.ARB.TextureMirroredRepeat (
-- * Tokens
gl_MIRRORED_REPEAT
) where
import Graphics.Rendering.OpenGL.Raw.Core32