nngxSetCmdlistParameteri Function
NNGX_APICALL void NNGX_APIENTRY nngxSetCmdlistParameteri(
GLenum pname,
GLint param
);
| Name | Description | |
|---|---|---|
| in | pname | Parameter name |
| in | param | Parameter value |
Sets a parameter for the current command list.
Set pname to one of the following values.
| NN_GX_CMDLIST_RUN_MODE | Sets 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_DMP | The current command list is running. |
|---|---|
| GL_ERROR_8016_DMP | The pname or param argument was set to an invalid value. |
CONFIDENTIAL