nngxSplitDrawCmdlist Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxSplitDrawCmdlist(
     void
);

Arguments

None.

Return Values

No values are returned.

Description

Splits the 3D command buffer for the current command list.

By splitting the 3D command buffer, you can stop the command list and invoke an interrupt handler when execution has finished up to the split point. If commands are run as they are accumulated, the 3D commands accumulated up to the split point set using this function are run.

This function generates the following errors.

GL_ERROR_800C_DMP0 is bound to the current command list.
GL_ERROR_800D_DMPThe number of accumulated command requests has reached the maximum number of command requests.
GL_ERROR_800E_DMPThe command buffer exceeded its capacity when a "loading completion command" for 3D commands was added to the accumulated 3D command buffer.

Revision History

2010/03/12
Added extended error code(s).
2010/01/07
Initial version.

CONFIDENTIAL