nngxSetCmdlistParameteri Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxSetCmdlistParameteri(
     GLenum pname,
     GLint param
);

Arguments

Name Description
in pname Parameter name
in param Parameter value

Return Values

No values are returned.

Description

Sets a parameter for the current command list.

Set pname to one of the following values.

NN_GX_CMDLIST_RUN_MODESets the command list to execution mode. You can only set param to NN_GX_CMDLIST_SERIAL_RUN.

You can only set param to NN_GX_CMDLIST_SERIAL_RUN.

This function generates the following errors.

GL_ERROR_8015_DMPThe current command list is running.
GL_ERROR_8016_DMPThe pname or param argument was set to an invalid value.

Revision History

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

CONFIDENTIAL