To be used only while the m_Mutex is locked. Used during defragmentation.
| 10063 | size_t GetBlockCount() const { return m_Blocks.size(); } |
| 10064 | // To be used only while the m_Mutex is locked. Used during defragmentation. |
| 10065 | VmaDeviceMemoryBlock* GetBlock(size_t index) const { return m_Blocks[index]; } |
| 10066 | VMA_RW_MUTEX &GetMutex() { return m_Mutex; } |
| 10067 | |
| 10068 | VkResult CreateMinBlocks(); |
no outgoing calls
no test coverage detected