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