nngxDisableCmdlistCallbackRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxDisableCmdlistCallbackRaw(
     nngxCommandList * cmdlist,
     GLint id
);

Arguments

Name Description
in cmdlist The target command list object.
in id Number of the accumulated command for which to disable a callback.

Return Values

No values are returned.

Description

Disables an exit callback for the specified command list.

This is the directly specified command list version of nngxDisableCmdlistCallback.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL