| 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 |
no outgoing calls
no test coverage detected