Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToString
Method
ToString
Source/Engine/Graphics/Async/GPUTasksManager.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
String GPUTask::ToString() const
42
{
43
return String::Format(TEXT(
"GPU Async Task {0} ({1})"
), ToString(GetType()), (int32)GetState());
44
}
45
46
void GPUTask::Enqueue()
47
{
Callers
2
~GPUTasksContext
Method · 0.45
OnCancelSync
Method · 0.45
Calls
4
GetType
Function · 0.85
Format
Function · 0.50
ToString
Function · 0.50
GetState
Function · 0.50
Tested by
no test coverage detected