Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Sync
Method · 0.85
Control
Class · 0.85
Clear
Method · 0.85
Calls
1
ResetState
Function · 0.85
Tested by
no test coverage detected