mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 08:06:21 +01:00
![PixelyIon](/assets/img/avatar_default.png)
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.