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