nngxRunCmdlistByID Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxRunCmdlistByID(
     GLuint cmdlist
);

Arguments

Name Description
in cmdlist ID of command list object to run.

Return Values

No values are returned.

Description

Runs the specified command list.

Runs the command list object specified in cmdlist. This function runs a specified command list object, whereas nngxRunCmdlist runs the currently bound command list object.

In all other ways this function operates the same as nngxRunCmdlist.

This function generates the following error.

GL_ERROR_80B1_DMPCould not correctly allocate regions for the command buffer and command requests for the command list object specified by cmdlist.

See Also

nngxRunCmdlist
nngxGetCmdlistParameteri

Revision History

2012/02/03
Initial version.

CONFIDENTIAL