mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-15 11:18:44 +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.