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