-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.S3.S3TC -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.S3.S3TC ( -- * Enums gl_RGB4_S3TC, gl_RGBA4_DXT5_S3TC, gl_RGBA4_S3TC, gl_RGBA_DXT5_S3TC, gl_RGBA_S3TC, gl_RGB_S3TC ) where import Graphics.Rendering.OpenGL.Raw.Tokens