module Graphics.GL.Raw.Extension.ARB.TextureCompressionBptc (
gl_ARB_texture_compression_bptc
, pattern GL_COMPRESSED_RGBA_BPTC_UNORM_ARB
, pattern GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB
, pattern GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB
, pattern GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB
) where
import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Types
gl_ARB_texture_compression_bptc :: Bool
gl_ARB_texture_compression_bptc = member "GL_ARB_texture_compression_bptc" extensions
pattern GL_COMPRESSED_RGBA_BPTC_UNORM_ARB = 0x8E8C :: GLenum
pattern GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB = 0x8E8E :: GLenum
pattern GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB = 0x8E8F :: GLenum
pattern GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB = 0x8E8D :: GLenum