GL_APICALL void GL_APIENTRY glDepthMask(
GLboolean flag
);
| Name | Description | |
|---|---|---|
| in | flag | Enabled/disabled toggle setting |
Enables or disables writes to the depth buffer.
This function generates the following errors.
| GL_INVALID_OPERATION | This function was called without any command-list objects bound. |
|---|
CONFIDENTIAL