{-# LANGUAGE PatternSynonyms #-}
module Graphics.GL.ARB.CompressedTexturePixelStorage (
glGetARBCompressedTexturePixelStorage,
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 Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens