mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 22:45:20 +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.