GL.InvalidateState

Switch to Manual
public static void InvalidateState ();

Description

Аннулировать закэшированные внутренние renderstate.

This invalidates any cached render state tied to the active graphics API. If for example a (native) plugin alters the render state settings then Unity's rendering engine must be made aware of that.

See Also: GL.IssuePluginEvent.