nngxGetIsRunningRaw Function

Syntax

NNGX_APICALL GLboolean NNGX_APIENTRY nngxGetIsRunningRaw(
     nngxCommandList * cmdlist
);

Arguments

Name Description
in cmdlist The target command list object.

Return Values

Returns GL_TRUE if running. Otherwise, returns GL_FALSE.

Description

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.

Revision History

2012/06/14
Added a note regarding the difference between this function and nngxGetIsRunning.
2012/05/09
Initial version.

CONFIDENTIAL