mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
parent
138ce7bda0
commit
7bd97fa410
@ -13995,6 +13995,9 @@ VmaPool_T::VmaPool_T(
|
||||
VmaPool_T::~VmaPool_T()
|
||||
{
|
||||
VMA_ASSERT(m_PrevPool == VMA_NULL && m_NextPool == VMA_NULL);
|
||||
|
||||
const VkAllocationCallbacks* allocs = m_BlockVector.GetAllocator()->GetAllocationCallbacks();
|
||||
VmaFreeString(allocs, m_Name);
|
||||
}
|
||||
|
||||
void VmaPool_T::SetName(const char* pName)
|
||||
|
Loading…
Reference in New Issue
Block a user