SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
222 stars 18 forks source link

Support rendering to a different subpass in yakui-vulkan #154

Closed patowen closed 2 months ago

patowen commented 2 months ago

If an application has a rendering pass with multiple subpasses, the UI should ideally be able to be rendered on top of the last subpass to avoid being negatively affected by future subpasses. This PR adds that option to yakui_vulkan::Options.

LPGhatguy commented 2 months ago

This change seems good to me! I'll defer to @Ralith or @kanerogers to merge since they're the Vulkan folks.

patowen commented 2 months ago

Thanks for the super-quick merging!