mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-16 20:12:25 +03:00
The lifetime of a texture and buffer view is now bound by the `FenceCycle` in `CommandExecutor`, this ensures that a `VkImageView` isn't destroyed prior to usage leading to UB.