nngxBindCmdlist Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxBindCmdlist(
     GLuint cmdlist
);

Arguments

Name Description
in cmdlist Command list objects

Return Values

No values are returned.

Description

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_DMPFailed to allocate the management region.
GL_ERROR_8005_DMPCalled this function while saving a command list.

Revision History

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

CONFIDENTIAL