MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ClearState

Function ClearState

Source/Engine/Graphics/GPUContext.h:651–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649 /// [Deprecated in v1.12]
650 /// </summary>
651 API_FUNCTION() DEPRECATED("Use ResetState instead") void ClearState()
652 {
653 ResetState();
654 }
655
656 /// <summary>
657 /// Resets the context state.

Callers 3

SyncMethod · 0.85
ControlClass · 0.85
ClearMethod · 0.85

Calls 1

ResetStateFunction · 0.85

Tested by

no test coverage detected