-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Tracking issue for webgpu 0.8 upgrade #734
Comments
Running some examples I get:
|
I've fixed that error above by modifying
The webgpu-rs devs also suggested I would leave inside the if and specify the lod level if I know exactly what level to sample from like so: |
I've decided to try my luck here with sampling twice because we get textures from people experimenting with the framework so it's probably better to be more generic rather than limit it to |
Closing this as there's a PR ready to merge: #737 |
I've started an upgrade to 0.8 here and I'm creating this issue to track the progress.
This is not a final list, just what I found so far.
0.8
(it's here: https://github.com/AlexEne/nannou)Min
andMax
they should both be usingOne
.timeline_demo
fails because of colorable trait not being implemented by theTimeline
. It seems conrod has added a special trait that you need to have in order to allow people to callcolor(...)
The text was updated successfully, but these errors were encountered: