nngxInvalidateState Function
NNGX_APICALL void NNGX_APIENTRY nngxInvalidateState(
GLbitfield statemask
);
| Name | Description | |
|---|---|---|
| in | statemask | State flag that disables updates. |
Disables updates for the specified DMPGL states.
Disables updates for DMPGL states.
statemask specifies a bitwise OR of the state flags to disable updates.
Call this function to prevent the related commands being generated when the states indicated by the state flags specified in statemask are updated.
This function does not generate any errors.
CONFIDENTIAL