GL_APICALL void GL_APIENTRY glClearDepthf(
GLclampf depth
);
| Name | Description | |
|---|---|---|
| in | depth | Clear depth value. |
Sets the depth value that glClear uses to clear the depth buffer.
Configured values are clamped between 0 and 1. No errors occur in this function.
CONFIDENTIAL