MCPcopy 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
41String GPUTask::ToString() const
42{
43 return String::Format(TEXT("GPU Async Task {0} ({1})"), ToString(GetType()), (int32)GetState());
44}
45
46void GPUTask::Enqueue()
47{

Callers 2

~GPUTasksContextMethod · 0.45
OnCancelSyncMethod · 0.45

Calls 4

GetTypeFunction · 0.85
FormatFunction · 0.50
ToStringFunction · 0.50
GetStateFunction · 0.50

Tested by

no test coverage detected