--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.ARB.TextureCompressionRGTC
-- Copyright   :  (c) Sven Panne 2009
-- License     :  BSD-style (see the file LICENSE)
--
-- Maintainer  :  sven.panne@aedion.de
-- Stability   :  stable
-- Portability :  portable
--
-- All tokens from the ARB_texture_compression_rgtc extension, see
-- <http://www.opengl.org/registry/specs/ARB/texture_compression_rgtc.txt>.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.ARB.TextureCompressionRGTC (
   -- * Tokens
   gl_COMPRESSED_RED_RGTC1,
   gl_COMPRESSED_SIGNED_RED_RGTC1,
   gl_COMPRESSED_RG_RGTC2,
   gl_COMPRESSED_SIGNED_RG_RGTC2
) where

import Graphics.Rendering.OpenGL.Raw.Core32