nngxRunCmdlist Function
NNGX_APICALL void NNGX_APIENTRY nngxRunCmdlist(
void
);
None.
Runs the current command list.
Sequentially runs the commands accumulated in the current command list. Calls to this function are ignored when 0 is bound to the current command list. Calls to this function are ignored when the command list is running and other command-list objects are bound to the current list. Commands can be accumulated in a command list that is running.
This function generates the following errors.
| GL_ERROR_8009_DMP | The bound command list does not have a region allocated for the command buffer or a command request. |
|---|
CONFIDENTIAL