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. Render command requests run up to the location where the command buffer was split when this function was called. To execute the entire accumulated 3D command buffer, call the nngxSplitDrawCmdlist function before this function.

Also, command list objects for which you would like to wait until execution completes do not need to be bound.

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

This function will not generate any errors.

Revision History

2012/04/09
Added that it is not necessary for command list objects for which you would like to wait until execution completes to be bound.
2010/08/12
Mentioned the nngxSetTimeout function.
2010/03/12
Initial version.

CONFIDENTIAL