MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / GetBufferImageGranularity

Method GetBufferImageGranularity

include/vk_mem_alloc.h:9819–9819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
9822 float GetPriority() const { return m_Priority; }

Callers 2

VmaPool_TMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected