Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 5, 2024

Conversation

patowen
Copy link
Contributor

@patowen patowen commented May 5, 2024

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
Copy link
Member

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

Copy link
Collaborator

@kanerogers kanerogers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for this!

Well reasoned, and good commenting.

@kanerogers kanerogers merged commit cbac6c0 into SecondHalfGames:main May 5, 2024
2 checks passed
@patowen patowen deleted the choose-subpass branch May 5, 2024 01:32
@patowen
Copy link
Contributor Author

patowen commented May 5, 2024

Thanks for the super-quick merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants