nngxWaitCmdlistDone Function
NNGX_APICALL void NNGX_APIENTRY nngxWaitCmdlistDone(
void
);
None.
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.
nngxSetTimeout function.
CONFIDENTIAL