| 899 | } |
| 900 | |
| 901 | void DeviceMemory::Unmap() const { vk::UnmapMemory(device(), handle()); } |
| 902 | |
| 903 | VkMemoryAllocateInfo DeviceMemory::GetResourceAllocInfo(const Device& dev, const VkMemoryRequirements& reqs, |
| 904 | VkMemoryPropertyFlags mem_props, void* alloc_info_pnext) { |
no test coverage detected