nngxGetUpdatedState Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxGetUpdatedState(
     GLbitfield * statemask
);

Arguments

Name Description
out statemask Storage location for the state flags of currently updated states.

Return Values

No values are returned.

Description

Gets the updated DMPGL states.

The various DMPGL states are updated by the DMPGL API and by calls to the nngxUpdateState function. Calling this function sets the flags of the currently updated states to 1 in statemask.

If you call this function when states have been validated by glDrawArrays, glDrawElements, nngxValidateState or various other functions, the flags of the validated states are not set in statemask. The NN_GX_STATE_OTHERS state flag is only set by this function when its state has been updated by the nngxUpdateState function.

See Also

nngxUpdateState

Revision History

2011/10/04
Added See Also section.
2010/06/14
Initial version.

CONFIDENTIAL