MCPcopy 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
46void GPUTask::Enqueue()
47{
48 GPUDevice::Instance->GetTasksManager()->_tasks.Add(this);
49}
50
51void GPUTask::OnCancel()
52{

Callers

nothing calls this directly

Calls 2

GetTasksManagerMethod · 0.80
AddMethod · 0.45

Tested by

no test coverage detected