nngxDisableCmdlistCallback Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxDisableCmdlistCallback(
     GLint id
);

Arguments

Name Description
in id Number of the accumulated command for which to disable a callback.

Return Values

No values are returned.

Description

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_DMPOccurs 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.

Revision History

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

CONFIDENTIAL