--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.EXT.TextureCompressionLATC
-- 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_latc.txt EXT_texture_compression_latc> extension.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.EXT.TextureCompressionLATC (
  -- * Enums
  gl_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT,
  gl_COMPRESSED_LUMINANCE_LATC1_EXT,
  gl_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT,
  gl_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT
) where

import Graphics.Rendering.OpenGL.Raw.Tokens