-
-
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
Panic on an any example #31
Comments
Thanks for testing. The steps sound about right, unfortunately I can't tell what's wrong from that error message. Can you try enabling the backtrace as mentioned ( Aha, probably CMake is required for the GLSL compiler. Okay, I'll add a note 👍 |
Looks like it is The disadvantage of using a modern graphics API as the first and only draw backend is that we don't have any other options (yet). Can you try running the GFX examples and see whether any backends are functional (e.g. I will improve the error message here, but don't expect to have a CPU-based renderer soon. |
I have Intel HD Graphics 500. Just checked gfx examples with different backend - only |
Sounds like this issue: gfx-rs/wgpu#115 — i.e. eventually |
I improved error handling within In combination with gfx-rs/wgpu#408 this should improve error messages. Actually getting things working is rather more work... |
I opened #33 to track support for additional targets. The error message is improved, so I believe this can be closed. |
Maybe i should install something additional?
Steps that i do:
Also when i compiled it, some crate require to install cmake, so, i think, you should mention it in some installation guide.
All it was on a linux peppermint 10. Also using last nightly linux gnu toolchain.
The text was updated successfully, but these errors were encountered: