-- 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
import Graphics.GL.Raw.Types

gl_ATI_texture_mirror_once :: Bool
gl_ATI_texture_mirror_once = member "GL_ATI_texture_mirror_once" extensions

pattern GL_MIRROR_CLAMP_ATI = 0x8742 :: GLenum

pattern GL_MIRROR_CLAMP_TO_EDGE_ATI = 0x8743 :: GLenum