MCPcopy Create free account
hub / github.com/Nadrin/Quartz / AddAllocation

Method AddAllocation

3rdparty/vma/vk_mem_alloc.h:6136–6136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6134 virtual ~VmaDefragmentationAlgorithm_Fast();
6135
6136 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; }
6137 virtual void AddAll() { m_AllAllocations = true; }
6138
6139 virtual VkResult Defragment(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected