nngxClearCmdlist Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxClearCmdlist(
     void
);

Arguments

None.

Return Values

No values are returned.

Description

Clears commands accumulated in the current command list.

When the command list is cleared, the 3D command buffer and command requests become unused. (This will revert the data region for the command list to the state immediately after it was allocated.))

This function generates the following errors.

GL_ERROR_800F_DMPThis function was called on a running command list.

Revision History

2010/03/12
Added extended error code(s).
2010/01/07
Initial version.

CONFIDENTIAL