module Graphics.GL.Raw.Extension.ThreeDFX.TextureCompressionFXT1 (
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
import Graphics.GL.Raw.Types
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 :: GLenum
pattern GL_COMPRESSED_RGB_FXT1_3DFX = 0x86B0 :: GLenum