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

Method Run

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

Source from the content-addressed store, hash-verified

47}
48
49void GPUTasksContext::Run(GPUTask* task)
50{
51 ASSERT(task != nullptr);
52
53 task->Execute(this);
54 //if (task->GetSyncStart() != 0)
55 _tasksSyncing.Add(task);
56}
57
58void GPUTasksContext::OnCancelSync(GPUTask* task)
59{

Callers

nothing calls this directly

Calls 2

ExecuteMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected