| 9816 | bool IsCustomPool() const { return m_hParentPool != VMA_NULL; } |
| 9817 | uint32_t GetMemoryTypeIndex() const { return m_MemoryTypeIndex; } |
| 9818 | VkDeviceSize GetPreferredBlockSize() const { return m_PreferredBlockSize; } |
| 9819 | VkDeviceSize GetBufferImageGranularity() const { return m_BufferImageGranularity; } |
| 9820 | uint32_t GetAlgorithm() const { return m_Algorithm; } |
| 9821 | bool HasExplicitBlockSize() const { return m_ExplicitBlockSize; } |
no outgoing calls
no test coverage detected