The source project of this merge request has been removed.
func/memory-budget: only map if the memory type is visible from the host
Per the Vulkan spec: "memory must have been created with a memory type that reports VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT"
This fixes an error with RADV.
Signed-off-by: Samuel Pitoiset samuel.pitoiset@gmail.com