nngxSplitDrawCmdlist Function
NNGX_APICALL void NNGX_APIENTRY nngxSplitDrawCmdlist(
void
);
None.
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_DMP | 0 is bound to the current command list. |
|---|---|
| GL_ERROR_800D_DMP | The number of accumulated command requests has reached the maximum number of command requests. |
| GL_ERROR_800E_DMP | The command buffer exceeded its capacity when a "loading completion command" for 3D commands was added to the accumulated 3D command buffer. |
CONFIDENTIAL