-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.ARB.DepthBufferFloat -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne <svenpanne@gmail.com> -- Stability : stable -- Portability : portable -- -- The <https://www.opengl.org/registry/specs/ARB/depth_buffer_float.txt ARB_depth_buffer_float> extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.ARB.DepthBufferFloat ( -- * Enums gl_DEPTH32F_STENCIL8, gl_DEPTH_COMPONENT32F, gl_FLOAT_32_UNSIGNED_INT_24_8_REV ) where import Graphics.Rendering.OpenGL.Raw.Tokens