Name
DepthClampEnable - 3D API depth clamp enable
Usage
DepthClampEnable = bool(enable)
Valid Enumerants
enable: true, false
Description
Enable/disable OpenGL depth clamping.
See the OpenGL NV_depth_clamp specification for details.
The standard reset callback sets the DepthClampEnable state to bool(false).
Opengl Functionality Requirements
Support for extension NV_depth_clamp.
Direct3D Functionality Requirements
Not applicable.
See Also
ClearDepth,
DepthBias,
DepthBounds,
DepthBoundsEnable,
DepthFunc,
DepthMask,
DepthRange,
DepthTestEnable,
SlopScaleDepthBias
|