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

Method OnCancelSync

Source/Engine/Graphics/Async/GPUTasksContext.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void GPUTasksContext::OnCancelSync(GPUTask* task)
59{
60 _tasksSyncing.Remove(task);
61 if (!Engine::IsRequestingExit)
62 LOG(Warning, "'{0}' has been canceled before a sync", task->ToString());
63}
64
65void GPUTasksContext::OnFrameBegin()
66{

Callers 1

OnCancelMethod · 0.80

Calls 2

RemoveMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected