Hi,
I’m having problems setting up webGPU locally in the project. What I’m doing is:
const engine = new BABYLON.WebGPUEngine(canvas);
await engine.initAsync();
And right over there I’m getting these errors:
I’m using Chrome Canary, with proper flags. Tested with playground and webGPU runs there properly. I’m quite lost now…