MCPcopy 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
618void GPUDevice::DumpResources()
619{
620 if (GPUDevice::Instance)
621 GPUDevice::Instance->DumpResourcesToLog();
622}
623
624extern void ClearVertexLayoutCache();
625

Callers

nothing calls this directly

Calls 1

DumpResourcesToLogMethod · 0.80

Tested by

no test coverage detected