-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unable to run example #249
Comments
So you're using Intel graphics. Which CPU generation? Can you try running some wgpu examples? |
Yes Intel. Skylake. I get the same error when I try to run wgpu's "mipmap" example. But all the other ones I tried worked.
|
I just tested on my Intel Haswell laptop.. and it doesn't draw (though no obvious error). Will have to investigate further. You might also consider reporting an issue to WGPU. See here if you wish to investigate further yourself. |
I can confirm that the update to WGPU 0.10 is what broke rendering on the Haswell laptop. I see WGPU 0.11 is out now, so testing that is next.. |
WGPU v0.11 does not work on the Haswell laptop either, but it introduces an experimental fallback option which does (with some issues). This can be enabled with (in latest master):
@justinmoon it would be worth also testing without the fallback option now that |
|
Did you try this? Currently KAS does not support pure-CPU rendering (#33). (It may happen eventually, given more motivation/resources.) |
Closing because this largely concerns WGPU and I do not have the capacity to work on this directly. Instead non-GPU rendering (#287) should solve this (eventually). |
I'm on arch linux:
Not sure if I installed dependencies correctly ...
The text was updated successfully, but these errors were encountered: