nngxGetIsRunning Function
NNGX_APICALL GLboolean NNGX_APIENTRY nngxGetIsRunning(
void
);
None.
GL_TRUE if the command list is running, or GL_FALSE if the command list is not running. Checks whether a command list is running.
If you call nngxGetCmdlistParameteri with NN_GX_CMDLIST_IS_RUNNING specified for pname, you can check whether the currently bound command list object is running. In contrast, you can use this function to check whether any command list is currently running, regardless of whether or not it is the currently bound command list object.
If the bound command list is in the "waiting to run" state, the function returns GL_FALSE.
CONFIDENTIAL