MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / VmaAddStatistics

Function VmaAddStatistics

include/vk_mem_alloc.h:4302–4308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4300}
4301
4302static void VmaAddStatistics(VmaStatistics& inoutStats, const VmaStatistics& src)
4303{
4304 inoutStats.blockCount += src.blockCount;
4305 inoutStats.allocationCount += src.allocationCount;
4306 inoutStats.blockBytes += src.blockBytes;
4307 inoutStats.allocationBytes += src.allocationBytes;
4308}
4309
4310static void VmaClearDetailedStatistics(VmaDetailedStatistics& outStats)
4311{

Callers 1

VmaAddDetailedStatisticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected