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

Method GetName

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

Source from the content-addressed store, hash-verified

10017 void SetId(uint32_t id) { VMA_ASSERT(m_Id == 0); m_Id = id; }
10018
10019 const char* GetName() const { return m_Name; }
10020 void SetName(const char* pName);
10021
10022#if VMA_STATS_STRING_ENABLED

Callers 4

DebugLogAllocationMethod · 0.45
GetAllocationInfoMethod · 0.45
PrintDetailedMapMethod · 0.45
vmaGetPoolNameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected