To be used only while the m_Mutex is locked. Used during defragmentation.
| 9825 | size_t GetBlockCount() const { return m_Blocks.size(); } |
| 9826 | // To be used only while the m_Mutex is locked. Used during defragmentation. |
| 9827 | VmaDeviceMemoryBlock* GetBlock(size_t index) const { return m_Blocks[index]; } |
| 9828 | VMA_RW_MUTEX &GetMutex() { return m_Mutex; } |
| 9829 | |
| 9830 | VkResult CreateMinBlocks(); |
no outgoing calls
no test coverage detected