| 6650 | } |
| 6651 | |
| 6652 | void 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 |
no test coverage detected