Portability | portable |
---|---|
Stability | stable |
Maintainer | [email protected] |
Safe Haskell | None |
Graphics.Rendering.OpenGL.Raw.NV.DepthBufferFloat
Description
All raw functions and tokens from the NV_depth_buffer_float extension, see http://www.opengl.org/registry/specs/NV/NV_depth_buffer_float.txt.
- glDepthRanged :: GLdouble -> GLdouble -> IO ()
- glClearDepthd :: GLdouble -> IO ()
- glDepthBoundsd :: GLdouble -> GLdouble -> IO ()
- gl_DEPTH_COMPONENT32F :: GLenum
- gl_DEPTH32F_STENCIL8 :: GLenum
- gl_FLOAT_32_UNSIGNED_INT_24_8_REV :: GLenum
- gl_DEPTH_BUFFER_FLOAT_MODE :: GLenum
Functions
glDepthRanged :: GLdouble -> GLdouble -> IO ()Source
glClearDepthd :: GLdouble -> IO ()Source
glDepthBoundsd :: GLdouble -> GLdouble -> IO ()Source