nngxBindCmdlist Function
NNGX_APICALL void NNGX_APIENTRY nngxBindCmdlist(
GLuint cmdlist
);
| Name | Description | |
|---|---|---|
| in | cmdlist | Command list objects |
Binds a command-list object to the current command list.
The current command list accumulates commands issued by DMPGL function calls.
This function generates the following errors.
| GL_ERROR_8004_DMP | Failed to allocate the management region. |
|---|---|
| GL_ERROR_8005_DMP | Called this function while saving a command list. |
CONFIDENTIAL