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