-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.EXT.PvrtcSRGB (
  -- * Extension Support
    gl_EXT_pvrtc_sRGB

  -- * 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.Raw.Internal.Proc
import Graphics.GL.Raw.Types

gl_EXT_pvrtc_sRGB :: Bool
gl_EXT_pvrtc_sRGB = member "GL_EXT_pvrtc_sRGB" extensions

pattern GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT = 0x8A56 :: GLenum

pattern GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG = 0x93F0 :: GLenum

pattern GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT = 0x8A57 :: GLenum

pattern GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG = 0x93F1 :: GLenum

pattern GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT = 0x8A54 :: GLenum

pattern GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT = 0x8A55 :: GLenum