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

hal/vk: fix adapter vulkan version check when requesting 1.2 capabilities #2231

Merged
merged 2 commits into from
Nov 29, 2021

Conversation

kvark
Copy link
Member

@kvark kvark commented Nov 29, 2021

Connections
#2215 (unlikely fixes it just yet)

Description
We were using the adapter version in order to form a capability request that would tell us... the adapter version, among other things. This means, we were never requesting Vulkan-1.2 capabilities.
This fix should affect our exposed resource limits on Vulkan (cc @cwfitzgerald )

Also has a commit to follow-up to #1898

Testing
If @NiklasEi could give it a shot, that would be wonderful!

@kvark kvark merged commit 28ba9d8 into gfx-rs:master Nov 29, 2021
@kvark kvark deleted the vk-init branch November 29, 2021 18:32
@kvark kvark added the PR: needs back-porting PR with a fix that needs to land on crates label Dec 2, 2021
@kvark
Copy link
Member Author

kvark commented Dec 2, 2021

Published in wgpu-hal-0.11.5

@kvark kvark removed the PR: needs back-porting PR with a fix that needs to land on crates label Dec 2, 2021
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.

1 participant