Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void 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
58
void GPUTasksContext::OnCancelSync(GPUTask* task)
59
{
Callers
nothing calls this directly
Calls
2
Execute
Method · 0.45
Add
Method · 0.45
Tested by
no test coverage detected