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

Method GetMemoryUsage

Source/Engine/Graphics/GPUDevice.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255uint64 GPUResource::GetMemoryUsage() const
256{
257 return _memoryUsage;
258}
259
260#if GPU_ENABLE_RESOURCE_NAMING
261

Callers 2

DumpResourcesToLogMethod · 0.45
CopySubresourceMethod · 0.45

Calls 3

LockMethod · 0.80
UnlockMethod · 0.80
CountMethod · 0.45

Tested by

no test coverage detected