Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ DumpResources
Method
DumpResources
Source/Engine/Graphics/GPUDevice.cpp:618–622 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
616
}
617
618
void GPUDevice::DumpResources()
619
{
620
if (GPUDevice::Instance)
621
GPUDevice::Instance->DumpResourcesToLog();
622
}
623
624
extern void ClearVertexLayoutCache();
625
Callers
nothing calls this directly
Calls
1
DumpResourcesToLog
Method · 0.80
Tested by
no test coverage detected