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

Method Unregister

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

Source from the content-addressed store, hash-verified

6650}
6651
6652void VmaDedicatedAllocationList::Unregister(VmaAllocation alloc)
6653{
6654 VmaMutexLockWrite lock(m_Mutex, m_UseMutex);
6655 m_AllocationList.Remove(alloc);
6656}
6657#endif // _VMA_DEDICATED_ALLOCATION_LIST_FUNCTIONS
6658#endif // _VMA_DEDICATED_ALLOCATION_LIST
6659

Callers 1

FreeDedicatedMemoryMethod · 0.80

Calls 1

RemoveMethod · 0.80

Tested by

no test coverage detected