nngxReserveStopCmdlist Function
NNGX_APICALL void NNGX_APIENTRY nngxReserveStopCmdlist(
GLint id
);
| Name | Description | |
|---|---|---|
| in | id | Number of the accumulated command to stop |
Presets the current command list to stop.
This tells the command list to stop when execution ends for the idth command accumulated in the command list. You can configure this setting separately with each command accumulated in the command list.
This function generates the following errors.
| GL_ERROR_800A_DMP | The current command list is already running. |
|---|---|
| GL_ERROR_800B_DMP | The id argument is less than or equal to 0, or it is greater than the number of elements allocated in nngxCmdlistStorage. |
GL_ERROR_800B_DMP to occur.
CONFIDENTIAL