| 4747 | #ifndef _VMA_VECTOR_FUNCTIONS |
| 4748 | template<typename T, typename AllocatorT> |
| 4749 | VmaVector<T, AllocatorT>::~VmaVector() { VmaFree(m_Allocator.m_pCallbacks, m_pArray); } |
| 4750 | |
| 4751 | template<typename T, typename AllocatorT> |
| 4752 | VmaVector<T, AllocatorT>::VmaVector(const AllocatorT& allocator) |