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

vk: avoid querying vulkan formats on resize() #183

Merged
merged 1 commit into from
Sep 28, 2024
Merged

vk: avoid querying vulkan formats on resize() #183

merged 1 commit into from
Sep 28, 2024

Conversation

kvark
Copy link
Owner

@kvark kvark commented Sep 28, 2024

This should mostly resolve #182
It's based on the fact that the formats we are requesting are pretty much required by Vulkan specification to be supported. So we don't always need to check for it.

@kvark kvark enabled auto-merge (rebase) September 28, 2024 06:17
@kvark kvark merged commit 61d53bc into main Sep 28, 2024
5 checks passed
@kvark kvark deleted the fast-resize branch September 28, 2024 06:22
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.

Cache Vulkan physical device info to avoid stuttering during resize
1 participant