Version: 2017.3

GL.InvalidateState

Cambiar al Manual
public static void InvalidateState ();

Descripción

Invalidate the internally cached render state.

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.