nngxWaitCmdlistDone Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxWaitCmdlistDone(
     void
);

Arguments

None.

Return Values

No values are returned.

Description

Waits for the currently running command list object to finish.

Waits for the currently running command list object to finish. Control returns when all of the accumulated command requests finish executing. 3D execution commands are run until the location where the command buffer was split when this function was called. To execute the entire accumulated 3D command buffer, call nngxSplitDrawCmdlist before this function.

Although this function does not return until command execution is complete, you can configure a timeout with the nngxSetTimeout function.

This function will not generate any errors.

Revision History

2010/08/12
Mentioned the nngxSetTimeout function.
2010/03/12
Initial version.

CONFIDENTIAL