nngxDisableCmdlistCallbackRaw Function
NNGX_APICALL void NNGX_APIENTRY nngxDisableCmdlistCallbackRaw(
nngxCommandList * cmdlist,
GLint id
);
| Name | Description | |
|---|---|---|
| in | cmdlist |
The target command list object. |
| in | id |
Number of the accumulated command for which to disable a callback. |
Disables an exit callback for the specified command list.
This is the directly specified command list version ofnngxDisableCmdlistCallback.CONFIDENTIAL