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 state flag NN_GX_STATE_OTHERS is only set by this function when its state has been updated by the nngxUpdateState function.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL