-
Notifications
You must be signed in to change notification settings - Fork 960
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
[wgpu-core] request_adapter fails when requesting with a specific backend #5289
Labels
type: bug
Something isn't working
Comments
rajveermalviya
added a commit
to rajveermalviya/wgpu-native
that referenced
this issue
Feb 24, 2024
This was referenced Feb 24, 2024
rajveermalviya
added a commit
to gfx-rs/wgpu-native
that referenced
this issue
Feb 26, 2024
@rajveermalviya thanks for following up, did you confirm using the branch from #5535 that it fixes the issue for you? :) |
excellent, thank you! |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Instance::request_adapter fails when instance is created with
Backends::all()
, and then a surface is initialized, and then request_adapter is called with a specific backend in an environment with 2 or more backends.Repro steps
instance_request_adapter
to pass a single backend likewgt::Backends::DX12/VULKAN/METAL
instead ofwgt::Backends::all()
.Expected vs observed behavior
request_adapter should succeed
Platform
macOS 14, Metal + MoltenVK
The text was updated successfully, but these errors were encountered: