nngxInvalidateState Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxInvalidateState(
     GLbitfield statemask
);

Arguments

Name Description
in statemask State flag that disables updates.

Return Values

There is no return value.

Description

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.

Revision History

2010/07/07
Initial version.

CONFIDENTIAL