module Graphics.GL.ARB.TextureCompression (
glGetARBTextureCompression,
gl_ARB_texture_compression,
pattern GL_COMPRESSED_ALPHA_ARB,
pattern GL_COMPRESSED_INTENSITY_ARB,
pattern GL_COMPRESSED_LUMINANCE_ALPHA_ARB,
pattern GL_COMPRESSED_LUMINANCE_ARB,
pattern GL_COMPRESSED_RGBA_ARB,
pattern GL_COMPRESSED_RGB_ARB,
pattern GL_COMPRESSED_TEXTURE_FORMATS_ARB,
pattern GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB,
pattern GL_TEXTURE_COMPRESSED_ARB,
pattern GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB,
pattern GL_TEXTURE_COMPRESSION_HINT_ARB,
glCompressedTexImage1DARB,
glCompressedTexImage2DARB,
glCompressedTexImage3DARB,
glCompressedTexSubImage1DARB,
glCompressedTexSubImage2DARB,
glCompressedTexSubImage3DARB,
glGetCompressedTexImageARB
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens
import Graphics.GL.Functions