nngxRunCmdlistByID Function
NNGX_APICALL void NNGX_APIENTRY nngxRunCmdlistByID(
GLuint cmdlist
);
| Name | Description | |
|---|---|---|
| in | cmdlist | ID of command list object to run. |
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_DMP | Could not correctly allocate regions for the command buffer and command requests for the command list object specified by cmdlist. |
|---|
CONFIDENTIAL