nngxReserveStopCmdlist Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxReserveStopCmdlist(
     GLint id
);

Arguments

Name Description
in id Number of the accumulated command to stop

Return Values

No values are returned.

Description

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_DMPThe current command list is already running.
GL_ERROR_800B_DMPThe id argument is less than or equal to 0, or it is greater than the number of elements allocated in nngxCmdlistStorage.

Revision History

2010/08/11
Fixed a typo in the conditions that cause GL_ERROR_800B_DMP to occur.
2010/03/12
Added extended error code(s).
2010/01/07
Initial version.

CONFIDENTIAL