mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-01 21:50:30 +03:00
cb7f68b98d
Switch from `SubmitWithCycle` to manually allocating the active command buffer to tag dependencies with the `FenceCycle` that prevents them from being mutated prior to execution. This new paradigm could also allow eager recording of commands with only submission being deferred.