nngxGetIsRunning Function

Syntax

NNGX_APICALL GLboolean NNGX_APIENTRY nngxGetIsRunning(
     void
);

Parameters

None.

Return Values

Returns GL_TRUE if the command list is running, or GL_FALSE if the command list is not running.

Description

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.

See Also

nngxRunCmdlist

Revision History

2012/02/03
Initial version.

CONFIDENTIAL