mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-29 22:56:45 +01:00
1088ed514c
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.