| 6914 | } |
| 6915 | |
| 6916 | void 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 |
no test coverage detected