nngxGenCmdlists Function
NNGX_APICALL void NNGX_APIENTRY nngxGenCmdlists(
GLsizei n,
GLuint * cmdlists
);
| Name | Description | |
|---|---|---|
| in | n | Number of command-list objects to generate |
| out | cmdlists | Array to store the generated command-list objects |
Generates command-list objects.
Generates n command-list objects and stores their names in cmdlists. Command-list objects have their own namespace; 0 is reserved for the driver.
This function generates the following errors.
| GL_ERROR_8000_DMP | The n argument was set to a negative value. |
|---|---|
| GL_ERROR_8001_DMP | Failed to allocate the management region. |
CONFIDENTIAL