glClearEarlyDepthDMP Function

Syntax

GL_APICALL void GL_APIENTRY glClearEarlyDepthDMP(
     GLuint depth
);

Parameters

Name Description
in depth Clear depth value.

Return Values

No values are returned.

Description

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_VALUEA value greater than 0x00ffffff was specified.
GL_INVALID_OPERATIONThis function was called without any command-list objects bound.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL