Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SetExecutor
Method
SetExecutor
Source/Engine/Graphics/Async/GPUTasksManager.cpp:72–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void GPUTasksManager::SetExecutor(GPUTasksExecutor* value)
73
{
74
if (value != _executor && value)
75
{
76
if (_executor)
77
{
78
SAFE_DELETE(_executor);
79
}
80
81
_executor = value;
82
}
83
}
84
85
void GPUTasksManager::Dispose()
86
{
Callers
1
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected