{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.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.Internal.Proc
gl_ARB_texture_compression_bptc :: Bool
gl_ARB_texture_compression_bptc :: Bool
gl_ARB_texture_compression_bptc = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_ARB_texture_compression_bptc" Set [Char]
extensions
{-# NOINLINE gl_ARB_texture_compression_bptc #-}
pattern $bGL_COMPRESSED_RGBA_BPTC_UNORM_ARB :: a
$mGL_COMPRESSED_RGBA_BPTC_UNORM_ARB :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_COMPRESSED_RGBA_BPTC_UNORM_ARB = 0x8E8C
pattern $bGL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB :: a
$mGL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB = 0x8E8E
pattern $bGL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB :: a
$mGL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB = 0x8E8F
pattern $bGL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB :: a
$mGL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB = 0x8E8D