mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-16 11:18:45 +03:00
The lifetime of all textures bound to a RenderPass alongside syncing of textures is already handled by `CommandExecutor` and doesn't need to be redundantly handled by `RenderPassNode`. It's been removed as a result of this.