nngxGetIsRunningRaw Function
NNGX_APICALL GLboolean NNGX_APIENTRY nngxGetIsRunningRaw(
nngxCommandList * cmdlist
);
| Name | Description | |
|---|---|---|
| in | cmdlist |
The target command list object. |
GL_TRUE if running. Otherwise, returns GL_FALSE. Checks whether the specified command list is running.
Corresponds to the process when NN_GX_CMDLIST_IS_RUNNING is specified for the pname parameter of nngxGetCmdlistParameteri.
In contrast with nngxGetIsRunning, which checks whether any command list is running, this function determines whether the command list specified as an argument is running.
nngxGetIsRunning.CONFIDENTIAL