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

Method SetAllocationUserData

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

Source from the content-addressed store, hash-verified

10156 bool IsEmpty() const { return m_Metadata->IsEmpty(); }
10157 void Free(VmaVirtualAllocation allocation) { m_Metadata->Free((VmaAllocHandle)allocation); }
10158 void SetAllocationUserData(VmaVirtualAllocation allocation, void* userData) { m_Metadata->SetAllocationUserData((VmaAllocHandle)allocation, userData); }
10159 void Clear() { m_Metadata->Clear(); }
10160
10161 const VkAllocationCallbacks* GetAllocationCallbacks() const;

Callers

nothing calls this directly

Calls 1

SetAllocationUserDataMethod · 0.45

Tested by

no test coverage detected