nngxDeleteCmdlists Function

Syntax

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

Arguments

Name Description
in n Number of command-list objects to delete
in cmdlists Array storing the command-list objects to delete

Return Values

No values are returned.

Description

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_DMPThe n argument was set to a negative value.
GL_ERROR_8003_DMPAttempted to delete a running command-list object.

Revision History

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

CONFIDENTIAL