nngxStopCmdlist Function
NNGX_APICALL void NNGX_APIENTRY nngxStopCmdlist(
void
);
None.
Stops command list execution.
You cannot stop a command that is already running when this function is called.
When the nngxRunCmdlist function is called, all command request command list objects are run sequentially. When this function is called, execution stops once the command request issued at the time of its calling has completed running. (Commands are not interrupted if they have already started running or were issued in advance and are waiting to run. The number of commands issued in advance will very depending on the system. ) To resume the running of commands call the nngxRunCmdlist function.
No errors occur in this function.
nngxRunCmdlist function.
CONFIDENTIAL