nngxDisableCmdlistCallback Function
NNGX_APICALL void NNGX_APIENTRY nngxDisableCmdlistCallback(
GLint id
);
| Name | Description | |
|---|---|---|
| in | id | Number of the accumulated command for which to disable a callback. |
Disables an exit callback in the current command list.
This disables the callback function invoked upon completion of the idth command accumulated in the command list. When id is set to -1, this disables the callback invoked upon execution of the last command accumulated in the command list. Exit callbacks are disabled for all commands by default.
This function generates the following errors.
| GL_ERROR_8014_DMP | Occurs when id is 0, a negative number other than -1, or a value greater than or equal to the number of elements allocated in nngxCmdlistStorage. |
|---|
CONFIDENTIAL