OpenGLRaw-2.5.5.0: src/Graphics/Rendering/OpenGL/Raw/ATI/TextureMirrorOnce.hs
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.Raw.ATI.TextureMirrorOnce
-- Copyright : (c) Sven Panne 2015
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------
module Graphics.Rendering.OpenGL.Raw.ATI.TextureMirrorOnce (
-- * Extension Support
glGetATITextureMirrorOnce,
gl_ATI_texture_mirror_once,
-- * Enums
gl_MIRROR_CLAMP_ATI,
gl_MIRROR_CLAMP_TO_EDGE_ATI
) where
import Graphics.Rendering.OpenGL.Raw.ExtensionPredicates
import Graphics.Rendering.OpenGL.Raw.Tokens