-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.ARB.ClearTexture ( -- * Extension Support gl_ARB_clear_texture -- * GL_ARB_clear_texture , glClearTexImage , glClearTexSubImage , pattern GL_CLEAR_TEXTURE ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared -- | Checks that the extension is available. gl_ARB_clear_texture :: Bool gl_ARB_clear_texture = member "GL_ARB_clear_texture" extensions {-# NOINLINE gl_ARB_clear_texture #-}