mirror of
https://github.com/shadps4-emu/ext-imgui.git
synced 2025-02-17 05:19:32 +00:00
![Brandon DeRosier](/assets/img/avatar_default.png)
This allows for binding the pipeline/sending draw commands (via `ImGui_ImplVulkan_RenderDrawData`) against any subpass, rather than being restricted to only the first subpass. Without this, attempting to bind the pipeline against a subpass other than the first one results in validation layer errors and, at worst, some drivers failing if the subpass attachments differ.