GL_APICALL void GL_APIENTRY glClearEarlyDepthDMP(
GLuint depth
);
| Name | Description | |
|---|---|---|
| in | depth | Clear depth value. |
Sets the depth value that glClear uses to clear the early depth buffer.
Set depth to a value between 0x0 and 0x00ffffff, inclusive.
This function generates the following errors.
| GL_INVALID_VALUE | A value greater than 0x00ffffff was specified. |
|---|---|
| GL_INVALID_OPERATION | This function was called without any command-list objects bound. |
CONFIDENTIAL