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

Method GetPreferredBlockSize

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

Source from the content-addressed store, hash-verified

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; }

Callers 2

AllocateMemoryOfTypeMethod · 0.80
PrintDetailedMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected