SaschaWillems / Vulkan

C++ examples for the Vulkan graphics API
MIT License
10.34k stars 2.03k forks source link

texture sparse residency example doesn't check for queue sparse support #1104

Open sjfricke opened 8 months ago

sjfricke commented 8 months ago

running texturesparseresidency with an older RADV driver works, but on Mesa 24, the new Queue Family are

image

And I am hitting a VU error for VUID-vkQueueBindSparse-queuetype (as well as getting a black square)