mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-05 11:08:59 +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.