nngxDeleteCmdlists Function
NNGX_APICALL void NNGX_APIENTRY nngxDeleteCmdlists(
GLsizei n,
const GLuint * cmdlists
);
| Name | Description | |
|---|---|---|
| in | n | Number of command-list objects to delete |
| in | cmdlists | Array storing the command-list objects to delete |
Deletes command-list objects.
The n command-list objects whose names are stored in cmdlists are deleted.
This function generates the following errors.
| GL_ERROR_8002_DMP | The n argument was set to a negative value. |
|---|---|
| GL_ERROR_8003_DMP | Attempted to delete a running command-list object. |
CONFIDENTIAL