nngxGetUpdatedState Function
NNGX_APICALL void NNGX_APIENTRY nngxGetUpdatedState(
GLbitfield * statemask
);
| Name | Description | |
|---|---|---|
| out | statemask | Storage location for the state flags of currently updated states. |
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.
CONFIDENTIAL