mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-14 03:57:55 +03:00
ee68facc5d
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.