Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Enqueue
Method
Enqueue
Source/Engine/Graphics/Async/GPUTasksManager.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void GPUTask::Enqueue()
47
{
48
GPUDevice::Instance->GetTasksManager()->_tasks.Add(this);
49
}
50
51
void GPUTask::OnCancel()
52
{
Callers
nothing calls this directly
Calls
2
GetTasksManager
Method · 0.80
Add
Method · 0.45
Tested by
no test coverage detected