mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-06-13 15:32:04 +03:00
The lifetime of `TextureView` objects wasn't correctly managed as they weren't being attached the the `FenceCycle` in `AttachTexture`, this led to them getting deleted and causing all sorts of UB.