Short question regarding WebGPU; what is the support status and is there a support roadmap somewhere visible?
Just asking this because out of curiosity wanted to try it in my game project, but got bunch of errors while doing nothing but switch from the WebGL engine. I can post some of the errors here but I would prefer to first have a glance of what is supposed to work at the moment
Everything should work as we try to stay in sync with the spec, but it is evolving quickly so until they release a v1 you will get some warnings for features/syntaxes that were once supported but that are now deprecated: fixing them is not too high a priority for us before v1 as they donât prevent the programs running => if you get errors that make your program fail you should post in the forum as it could be a problem on our end.
So, I would advice not using WebGPU as a production ready engine until the WebGPU team releases a v1 (hopefully around september / octoberâŚ).
It seems we would need to generate a new TintWASM version because the one we are using is generating smoothStep (instead of smoothstep) which is not supported anymore. @sebavan : do you know if itâs possible?