| 6275 | VkDeviceSize GetBufferImageGranularity() const { return m_BufferImageGranularity; } |
| 6276 | uint32_t GetFrameInUseCount() const { return m_FrameInUseCount; } |
| 6277 | uint32_t GetAlgorithm() const { return m_Algorithm; } |
| 6278 | |
| 6279 | void GetPoolStats(VmaPoolStats* pStats); |
| 6280 |
no outgoing calls
no test coverage detected