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. 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.
nngxSetTimeout function.
CONFIDENTIAL