Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetTasksManager
Method
GetTasksManager
Source/Engine/Graphics/GPUDevice.cpp:833–836 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
831
}
832
833
GPUTasksManager* GPUDevice::GetTasksManager() const
834
{
835
return &_res->TasksManager;
836
}
837
838
MaterialBase* GPUDevice::GetDefaultMaterial() const
839
{
Callers
3
BeforeExit
Method · 0.80
Enqueue
Method · 0.80
FrameBegin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected