-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.EXT.TextureCompressionRGTC -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.EXT.TextureCompressionRGTC ( -- * Enums gl_COMPRESSED_RED_GREEN_RGTC2_EXT, gl_COMPRESSED_RED_RGTC1_EXT, gl_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT, gl_COMPRESSED_SIGNED_RED_RGTC1_EXT ) where import Graphics.Rendering.OpenGL.Raw.Tokens