mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-21 08:50:15 +03:00
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.