--------------------------------------------------------------------------------
-- |
-- Module      :  Graphics.Rendering.OpenGL.Raw.ATI.PixelFormatFloat
-- Copyright   :  (c) Sven Panne 2015
-- License     :  BSD3
--
-- Maintainer  :  Sven Panne <svenpanne@gmail.com>
-- Stability   :  stable
-- Portability :  portable
--
-- The <https://www.opengl.org/registry/specs/ATI/pixel_format_float.txt ATI_pixel_format_float> extension.
--
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.Raw.ATI.PixelFormatFloat (
  -- * Enums
  gl_COLOR_CLEAR_UNCLAMPED_VALUE_ATI,
  gl_RGBA_FLOAT_MODE_ATI
) where

import Graphics.Rendering.OpenGL.Raw.Tokens