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

Method GetResources

Source/Engine/Graphics/GPUDevice.cpp:825–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825Array<GPUResource*> GPUDevice::GetResources() const
826{
827 _resourcesLock.Lock();
828 Array<GPUResource*> result = _resources;
829 _resourcesLock.Unlock();
830 return result;
831}
832
833GPUTasksManager* GPUDevice::GetTasksManager() const
834{

Callers 1

UpdateMethod · 0.45

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected