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