nngxSetCmdlistCallbackRaw Function
NNGX_APICALL void NNGX_APIENTRY nngxSetCmdlistCallbackRaw(
nngxCommandList * cmdlist,
void(*)(GLint) func
);
| Name | Description | |
|---|---|---|
| in | cmdlist |
The target command list object. |
| in | func |
Callback function. |
Sets the exit callback function for the specified command list.
This is the directly specified command list version ofnngxSetCmdlistCallback.CONFIDENTIAL