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, the entire command list is run sequentially. When this function is called, execution stops after the command currently running completes. (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 depends on the system. ) To resume running commands call the nngxRunCmdlist function.
No errors occur in this function.
nngxRunCmdlist function.
CONFIDENTIAL