gl-0.3: dist/build/autogen/Graphics/GL/Raw/Extension/ATI/TextureMirrorOnce.hs
-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.ATI.TextureMirrorOnce (
-- * Extension Support
gl_ATI_texture_mirror_once
-- * GL_ATI_texture_mirror_once
, pattern GL_MIRROR_CLAMP_ATI
, pattern GL_MIRROR_CLAMP_TO_EDGE_ATI
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
gl_ATI_texture_mirror_once :: Bool
gl_ATI_texture_mirror_once = member "GL_ATI_texture_mirror_once" extensions
pattern GL_MIRROR_CLAMP_ATI = 0x8742
pattern GL_MIRROR_CLAMP_TO_EDGE_ATI = 0x8743