mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-08 21:23:28 +01:00
![Billy Laws](/assets/img/avatar_default.png)
I missed that addSubpass was only called once-per-subpass, meaning that if a new barrier req was discovered several draws into the RP it wouldn't be applied. Split out barriers into a seperate function to avoid this.