nngxClearFillCmdlist Function
NNGX_APICALL void NNGX_APIENTRY nngxClearFillCmdlist(
GLuint data
);
| Name | Description | |
|---|---|---|
| data |
Uses the specified value to clear commands accumulated in the current command list.
Clears the bound command list object. Restores the 3D command buffer and command request queue to the unused state. The contents of the 3D command buffer are initialized to the value set for data.
This function generates the following error.
| GL_ERROR_8065_DMP | This function was called on a running command list. |
|---|
CONFIDENTIAL