mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 00:12:34 -07:00
This validation error is spammed on some titles, asserting that VkDescriptorSet 0x0[] was destroyed. This is likely a validation layer bug when using VK_KHR_push_descriptor, which can avoid using traditional VkDescriptorSet. It should be safe to ignore for now.