nngxGenCmdlists Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxGenCmdlists(
     GLsizei n,
     GLuint * cmdlists
);

Arguments

Name Description
in n Number of command-list objects to generate
out cmdlists Array to store the generated command-list objects

Return Values

No values are returned.

Description

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_DMPThe n argument was set to a negative value.
GL_ERROR_8001_DMPFailed to allocate the management region.

Revision History

2010/03/12
Added extended error code(s).
2010/01/07
Initial version.

CONFIDENTIAL