-- This file was automatically generated. {-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-} module Graphics.GL.Raw.Extension.EXT.TextureCompressionS3tc ( -- * Extension Support gl_EXT_texture_compression_s3tc -- * GL_EXT_texture_compression_s3tc , pattern GL_COMPRESSED_RGBA_S3TC_DXT1_EXT , pattern GL_COMPRESSED_RGBA_S3TC_DXT3_EXT , pattern GL_COMPRESSED_RGBA_S3TC_DXT5_EXT , pattern GL_COMPRESSED_RGB_S3TC_DXT1_EXT ) where import Data.Set import Graphics.GL.Raw.Internal.Proc import Graphics.GL.Raw.Internal.Shared -- | Checks that the extension is available. gl_EXT_texture_compression_s3tc :: Bool gl_EXT_texture_compression_s3tc = member "GL_EXT_texture_compression_s3tc" extensions {-# NOINLINE gl_EXT_texture_compression_s3tc #-} pattern GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2 pattern GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3