glClearDepth specifies the depth value used by glClear to clear the depth buffer. Values specified by glClearDepth are clamped to the range [0,1].
glClearDepth
Specifies the depth value used when the depth buffer is cleared. The initial value is 1.
specify the clear value for the depth buffer
Generated using TypeDoc
glClearDepth
specifies the depth value used by glClear to clear the depth buffer. Values specified byglClearDepth
are clamped to the range [0,1].