| 6309 | |
| 6310 | VmaPool GetParentPool() const { return m_hParentPool; } |
| 6311 | VkDeviceMemory GetDeviceMemory() const { return m_hMemory; } |
| 6312 | uint32_t GetMemoryTypeIndex() const { return m_MemoryTypeIndex; } |
| 6313 | uint32_t GetId() const { return m_Id; } |
| 6314 | void* GetMappedData() const { return m_pMappedData; } |