Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
GPUTasksManager::GPUTasksManager()
67
{
68
_buffers[0].EnsureCapacity(64);
69
_buffers[1].EnsureCapacity(64);
70
}
71
72
void GPUTasksManager::SetExecutor(GPUTasksExecutor* value)
73
{
Callers
nothing calls this directly
Calls
1
EnsureCapacity
Method · 0.45
Tested by
no test coverage detected