{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.ARB.CompressedTexturePixelStorage (
gl_ARB_compressed_texture_pixel_storage
, pattern GL_PACK_COMPRESSED_BLOCK_DEPTH
, pattern GL_PACK_COMPRESSED_BLOCK_HEIGHT
, pattern GL_PACK_COMPRESSED_BLOCK_SIZE
, pattern GL_PACK_COMPRESSED_BLOCK_WIDTH
, pattern GL_UNPACK_COMPRESSED_BLOCK_DEPTH
, pattern GL_UNPACK_COMPRESSED_BLOCK_HEIGHT
, pattern GL_UNPACK_COMPRESSED_BLOCK_SIZE
, pattern GL_UNPACK_COMPRESSED_BLOCK_WIDTH
) where
import Data.Set
import Graphics.GL.Internal.Proc
import Graphics.GL.Internal.Shared
gl_ARB_compressed_texture_pixel_storage :: Bool
gl_ARB_compressed_texture_pixel_storage :: Bool
gl_ARB_compressed_texture_pixel_storage = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_compressed_texture_pixel_storage" Set [Char]
extensions
{-# NOINLINE gl_ARB_compressed_texture_pixel_storage #-}