mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-05-28 18:07:32 +03:00
Vulkan doesn't allow sampling a texture and using it as an RT in the same RP, by tracking the texture usage status and splitting RPs when this occurs we can avoid such potential sync errors.