gpuweb/types

forceSoftware is deprecated. Use forceFallbackAdapter instead.

hjlld opened this issue · 2 comments

hjlld commented

Chrome Canary 97.0.4690.4 has implemented the lastest spec. It will this warning if you still use navigator.gpu.requestAdapter( { powerPreference, forceSoftware } );

Thanks for the report. These bindings have gotten behind the spec because of a change upstream that our generator can't handle. We're going to be looking into that. Although perhaps we can still get an update out before that... I'll look into it.

toji commented

Fixed by #86, though the generator issue is still outstanding.