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

Method HasExplicitBlockSize

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

Source from the content-addressed store, hash-verified

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.

Callers 2

AllocateMemoryOfTypeMethod · 0.80
CalcAllocationParamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected