-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.OES.TextureCompressionAstc (
  -- * Extension Support
    gl_OES_texture_compression_astc

  -- * GL_OES_texture_compression_astc
  , pattern GL_COMPRESSED_RGBA_ASTC_10x10_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_10x5_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_10x6_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_10x8_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_12x10_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_12x12_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_3x3x3_OES
  , pattern GL_COMPRESSED_RGBA_ASTC_4x3x3_OES
  , pattern GL_COMPRESSED_RGBA_ASTC_4x4_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_4x4x3_OES
  , pattern GL_COMPRESSED_RGBA_ASTC_4x4x4_OES
  , pattern GL_COMPRESSED_RGBA_ASTC_5x4_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_5x4x4_OES
  , pattern GL_COMPRESSED_RGBA_ASTC_5x5_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_5x5x4_OES
  , pattern GL_COMPRESSED_RGBA_ASTC_5x5x5_OES
  , pattern GL_COMPRESSED_RGBA_ASTC_6x5_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_6x5x5_OES
  , pattern GL_COMPRESSED_RGBA_ASTC_6x6_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_6x6x5_OES
  , pattern GL_COMPRESSED_RGBA_ASTC_6x6x6_OES
  , pattern GL_COMPRESSED_RGBA_ASTC_8x5_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_8x6_KHR
  , pattern GL_COMPRESSED_RGBA_ASTC_8x8_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR
  , pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR
) where

import Data.Set
import Graphics.GL.Raw.Internal.Proc
import Graphics.GL.Raw.Internal.Shared
import Graphics.GL.Raw.Types

gl_OES_texture_compression_astc :: Bool
gl_OES_texture_compression_astc = member "GL_OES_texture_compression_astc" extensions

pattern GL_COMPRESSED_RGBA_ASTC_3x3x3_OES = 0x93C0 :: GLenum

pattern GL_COMPRESSED_RGBA_ASTC_4x3x3_OES = 0x93C1 :: GLenum

pattern GL_COMPRESSED_RGBA_ASTC_4x4x3_OES = 0x93C2 :: GLenum

pattern GL_COMPRESSED_RGBA_ASTC_4x4x4_OES = 0x93C3 :: GLenum

pattern GL_COMPRESSED_RGBA_ASTC_5x4x4_OES = 0x93C4 :: GLenum

pattern GL_COMPRESSED_RGBA_ASTC_5x5x4_OES = 0x93C5 :: GLenum

pattern GL_COMPRESSED_RGBA_ASTC_5x5x5_OES = 0x93C6 :: GLenum

pattern GL_COMPRESSED_RGBA_ASTC_6x5x5_OES = 0x93C7 :: GLenum

pattern GL_COMPRESSED_RGBA_ASTC_6x6x5_OES = 0x93C8 :: GLenum

pattern GL_COMPRESSED_RGBA_ASTC_6x6x6_OES = 0x93C9 :: GLenum

pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES = 0x93E0 :: GLenum

pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES = 0x93E1 :: GLenum

pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES = 0x93E2 :: GLenum

pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES = 0x93E3 :: GLenum

pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES = 0x93E4 :: GLenum

pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES = 0x93E5 :: GLenum

pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES = 0x93E6 :: GLenum

pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES = 0x93E7 :: GLenum

pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES = 0x93E8 :: GLenum

pattern GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES = 0x93E9 :: GLenum