-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.ARB.DepthBufferFloat -- 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_depth_buffer_float extension, see -- . -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.ARB.DepthBufferFloat ( -- * Tokens gl_DEPTH_COMPONENT32F, gl_DEPTH32F_STENCIL8, gl_FLOAT_32_UNSIGNED_INT_24_8_REV ) where import Graphics.Rendering.OpenGL.Raw.Core32