We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a88bc52 + 8a7f807 commit 7de5cc0Copy full SHA for 7de5cc0
include/vk_mem_alloc.h
@@ -10928,7 +10928,7 @@ class VmaBlockVector
10928
uint32_t GetAlgorithm() const { return m_Algorithm; }
10929
bool HasExplicitBlockSize() const { return m_ExplicitBlockSize; }
10930
float GetPriority() const { return m_Priority; }
10931
- void* const GetAllocationNextPtr() const { return m_pMemoryAllocateNext; }
+ const void* GetAllocationNextPtr() const { return m_pMemoryAllocateNext; }
10932
// To be used only while the m_Mutex is locked. Used during defragmentation.
10933
size_t GetBlockCount() const { return m_Blocks.size(); }
10934
0 commit comments