-
Notifications
You must be signed in to change notification settings - Fork 935
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
"Failed to find an appropriate adapter" when running example #5164
Comments
same issue on my old archlinux laptop. wgpu version: device info:
wgpu 0.18 no issue |
wgpu 0.19.4
|
there were a few fixes around surface creation which may affect what adapters can be chosen but we can't backport then since there's some api breaking changes interwoven. Do any of these still show up with the latest version on |
on my old computer and branch
|
I will try next week when I have access to the old windows laptop of mine, but sounds promising. |
#5535 most likely fixed this, please reopen if that's not the case. |
Description
Running the
hello_triangle
example, I get a white window and then exits with a panic: "Failed to find an appropriate adapter."Platform
Windows 11
Dual Graphics with an Intel Core i5-4210U Intel HD Graphics 4400 and an NVIDIA GeForce GT 840M.
logs
The text was updated successfully, but these errors were encountered: