-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.ARB.TextureStorage (
  -- * Extension Support
    gl_ARB_texture_storage

  -- * GL_ARB_texture_storage
  , glTexStorage1D
  , glTexStorage2D
  , glTexStorage3D
  , pattern GL_TEXTURE_IMMUTABLE_FORMAT
) where

import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Internal.Shared

gl_ARB_texture_storage :: Bool
gl_ARB_texture_storage = member "GL_ARB_texture_storage" extensions