-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
WebGPU not all features supported in browser (Chrome, FF) #154
Comments
For firefox it can be fixed by changins Linear to Nearest in shadwo sampler |
Please try again on latest vange-rs and latest FF nightly. |
Error here
stack:
Most samples from |
Strange that it's failing on the adapter selection for you if other samples aren't. There aren't many things you can do differently at this early stage. |
Same here in chrome (98.0.4710.4):
hello-triangle example fails with same message. |
That's because you can't reasonably use WebGPU in a stable browser, since WebGPU isn't out yet. What they have in Chrome is called "Origin Trials", which means they expose it in public, but:
|
I created working WebGPU build, however it didn't render anything because not all features are supported by browsers.
FF Nightly 96oa1:
Chrome (dev) 98.0.4710.4:
The text was updated successfully, but these errors were encountered: