| 9819 | VkDeviceSize GetBufferImageGranularity() const { return m_BufferImageGranularity; } |
| 9820 | uint32_t GetAlgorithm() const { return m_Algorithm; } |
| 9821 | bool HasExplicitBlockSize() const { return m_ExplicitBlockSize; } |
| 9822 | float GetPriority() const { return m_Priority; } |
| 9823 | const void* GetAllocationNextPtr() const { return m_pMemoryAllocateNext; } |
| 9824 | // To be used only while the m_Mutex is locked. Used during defragmentation. |
no outgoing calls
no test coverage detected