Skip to content

func/memory-budget: only map if the memory type is visible from the host

Samuel Pitoiset requested to merge (removed):memory-budget_fix into master

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

Merge request reports