mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-12-03 02:25:47 -08: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.