-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Fix wgpu warnings #157
Comments
Output is a bit cleaner these days. Here are what these warnings currently looks:
I've looked into this, but I couldn't really figure out why these warnings exist, whether this is something we're doing wrong, or whether it's a problem within wgpu. I have basically no experience with wgpu internals, so it's hard for me to figure out what could be wrong. Since these warnings don't seem to be causing any problems, I've decided to leave it for now. Labeling as https://github.com/hannobraun/Fornjot/labels/help%20wanted, as any assistance by more knowledgeable folks (or those willing to educate themselves and/or bug people in the wgpu channel) would be highly appreciated. |
The first WARN is missing validation layer of vulkan. Just install the SDK of vulkan. In archlinux, |
That indeed worked, thank you @liubog2008! Together with the changes in #397, that fixes all warnings on my machine. Closing. |
Since I re-enabled logging recently, I've been noticing warnings being logged by wgpu. Here's the output from a typical run:
I don't know if this is causing any problems, but it's certainly worth looking into, to make sure.
The text was updated successfully, but these errors were encountered: