-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.EXT.TextureCompressionRGTC -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/EXT/texture_compression_rgtc.txt EXT_texture_compression_rgtc> 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