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

Method GPUTasksManager

Source/Engine/Graphics/Async/GPUTasksManager.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66GPUTasksManager::GPUTasksManager()
67{
68 _buffers[0].EnsureCapacity(64);
69 _buffers[1].EnsureCapacity(64);
70}
71
72void GPUTasksManager::SetExecutor(GPUTasksExecutor* value)
73{

Callers

nothing calls this directly

Calls 1

EnsureCapacityMethod · 0.45

Tested by

no test coverage detected