-- This file was automatically generated.
{-# LANGUAGE ScopedTypeVariables, PatternSynonyms #-}
module Graphics.GL.Raw.Extension.ThreeDFX.TextureCompressionFXT1 (
  -- * Extension Support
    gl_3DFX_texture_compression_FXT1

  -- * GL_3DFX_texture_compression_FXT1
  , pattern GL_COMPRESSED_RGBA_FXT1_3DFX
  , pattern GL_COMPRESSED_RGB_FXT1_3DFX
) where

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

gl_3DFX_texture_compression_FXT1 :: Bool
gl_3DFX_texture_compression_FXT1 = member "GL_3DFX_texture_compression_FXT1" extensions

pattern GL_COMPRESSED_RGBA_FXT1_3DFX = 0x86B1

pattern GL_COMPRESSED_RGB_FXT1_3DFX = 0x86B0