-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.ARB.DepthBufferFloat -- Copyright : (c) Sven Panne 2013 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- All tokens from the ARB_depth_buffer_float extension, see -- <http://www.opengl.org/registry/specs/ARB/depth_buffer_float.txt>. -- -------------------------------------------------------------------------------- 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