-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.ATI.PixelFormatFloat -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The 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