-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fresh screenshots? #6
Comments
Thanks for the reminder to update the screenshot and readme! I'd been meaning to do it but hadn't gotten around to it... I'm not quite sure what is causing the error you are seeing. Based on the line number it seems to be that it is failing to create an adapter. I just pushed 8431a34 which changes from asking for a Vulkan backend to any primary backend, so perhaps that may fix things? |
That's better, thank you! Looks like we are hitting an MSL translation issue, internally, now:
|
Hm, it could be tricky for Terra to handle hardware that doesn't support doubles. Do you happen to know where Metal does/doesn't allow them? |
According to MSL 2.1 spec, Metal doesn't support Double at all... |
I looked more into dealing with this and there's now a branch ( |
I can see that Terra is now ported to
wgpu
, based on Cargo manifest. However, the README still has this:It's also unclear if the screenshot is from
wgpu
updated renderer. I guess it's not.We'd be happy to feature your work on https://wgpu.rs/#showcase, so we'd need an to date screenshot.
I tried to run it locally, and wasn't able to:
The text was updated successfully, but these errors were encountered: