{-# LANGUAGE CPP, ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Ext.EXT.PvrtcSRGB (
gl_EXT_pvrtc_sRGB
, pattern GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT
, pattern GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG
, pattern GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT
, pattern GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG
, pattern GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT
, pattern GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT
) where
import Data.Set
import Graphics.GL.Internal.Proc
gl_EXT_pvrtc_sRGB :: Bool
gl_EXT_pvrtc_sRGB :: Bool
gl_EXT_pvrtc_sRGB = [Char] -> Set [Char] -> Bool
forall a. Ord a => a -> Set a -> Bool
member "GL_EXT_pvrtc_sRGB" Set [Char]
extensions
{-# NOINLINE gl_EXT_pvrtc_sRGB #-}
pattern $bGL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT :: a
$mGL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT = 0x8A56
pattern $bGL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG :: a
$mGL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG = 0x93F0
pattern $bGL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT :: a
$mGL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT = 0x8A57
pattern $bGL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG :: a
$mGL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG = 0x93F1
pattern $bGL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT :: a
$mGL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT = 0x8A54
pattern $bGL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT :: a
$mGL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT :: forall r a. (Eq a, Num a) => a -> (Void# -> r) -> (Void# -> r) -> r
GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT = 0x8A55