mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-01 04:40:29 +03:00
22ce531e6f
We depend on past commands to have completed execution in a renderpass, a subpass dependency on all graphics stages from `VK_SUBPASS_EXTERNAL` to subpass #0 is used to enforce this. Nvidia and Adreno proprietary drivers implicitly do this but Turnip or Mali drivers require this or they execute out of order.