| 6430 | bool IsMappingAllowed() const { return (m_Flags & FLAG_MAPPING_ALLOWED) != 0; } |
| 6431 | |
| 6432 | void SetUserData(VmaAllocator hAllocator, void* pUserData) { m_pUserData = pUserData; } |
| 6433 | void SetName(VmaAllocator hAllocator, const char* pName); |
| 6434 | void FreeName(VmaAllocator hAllocator); |
| 6435 | uint8_t SwapBlockAllocation(VmaAllocator hAllocator, VmaAllocation allocation); |
no outgoing calls
no test coverage detected