-- This file was automatically generated. {-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Ext.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.Internal.Proc -- | Checks that the extension is available. gl_ATI_texture_mirror_once :: Bool gl_ATI_texture_mirror_once = member "GL_ATI_texture_mirror_once" extensions {-# NOINLINE gl_ATI_texture_mirror_once #-} pattern GL_MIRROR_CLAMP_ATI = 0x8742 pattern GL_MIRROR_CLAMP_TO_EDGE_ATI = 0x8743