MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / Unregister

Method Unregister

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

Source from the content-addressed store, hash-verified

6914}
6915
6916void VmaDedicatedAllocationList::Unregister(VmaAllocation alloc)
6917{
6918 VmaMutexLockWrite lock(m_Mutex, m_UseMutex);
6919 m_AllocationList.Remove(alloc);
6920}
6921#endif // _VMA_DEDICATED_ALLOCATION_LIST_FUNCTIONS
6922#endif // _VMA_DEDICATED_ALLOCATION_LIST
6923

Callers 1

FreeDedicatedMemoryMethod · 0.80

Calls 1

RemoveMethod · 0.80

Tested by

no test coverage detected