OpenGLRaw-1.1.0.1: A raw binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.Raw.NV.DepthBufferFloat
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Contents
Functions
Tokens
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.
Synopsis
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
Tokens
gl_DEPTH_COMPONENT32F :: GLenumSource
gl_DEPTH32F_STENCIL8 :: GLenumSource
gl_FLOAT_32_UNSIGNED_INT_24_8_REV :: GLenumSource
gl_DEPTH_BUFFER_FLOAT_MODE :: GLenumSource
Produced by Haddock version 2.4.2