MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / GetCount

Method GetCount

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

Source from the content-addressed store, hash-verified

5216 ~VmaRawList() = default;
5217
5218 size_t GetCount() const { return m_Count; }
5219 bool IsEmpty() const { return m_Count == 0; }
5220
5221 ItemType* Front() { return m_pFront; }

Callers 3

sizeMethod · 0.45
ValidateMethod · 0.45
AddStatisticsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected