MCPcopy 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
72void 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
85void GPUTasksManager::Dispose()
86{

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected