glClearDepth05
glClearDepth05 is a function in the OpenGL API that sets the depth value used by the glClear function to clear the depth buffer. The function takes a single parameter, depth, which specifies the value to which the depth buffer is to be cleared. The depth parameter is a floating-point number in the range [0, 1], where 0 represents the nearest depth value and 1 represents the farthest depth value.
The glClearDepth05 function is typically used in conjunction with the glClear function to clear the depth
It is important to note that the glClearDepth05 function is not part of the core OpenGL API