NAME
DepthBoundsEnable - 3D API depth bounds enable
USAGE
DepthBoundsEnable = bool(enable)
VALID ENUMERANTS
enable: true, false
DESCRIPTION
Set the OpenGL depth bounds enable. See the GL_DEPTH_BOUNDS_TEST_EXT description on the OpenGL glEnable manual page for details.
The standard reset callback sets the DepthBoundsEnable state to bool(false).
OPENGL FUNCTIONALITY REQUIREMENTS
OpenGL 1.0
DIRECT3D FUNCTIONALITY REQUIREMENTS
Not supported.
SEE ALSO