MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / VmaClearStatistics

Function VmaClearStatistics

include/vk_mem_alloc.h:4514–4520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4512{
4513
4514void VmaClearStatistics(VmaStatistics& outStats)
4515{
4516 outStats.blockCount = 0;
4517 outStats.allocationCount = 0;
4518 outStats.blockBytes = 0;
4519 outStats.allocationBytes = 0;
4520}
4521
4522void VmaAddStatistics(VmaStatistics& inoutStats, const VmaStatistics& src)
4523{

Callers 3

GetStatisticsMethod · 0.85
GetPoolStatisticsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected