| 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; |
nothing calls this directly
no test coverage detected