mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-23 06:01:10 +01:00
34fc1e32b8
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.