Hi, I’m trying to initialize WebGPU with bjs to no avail.
I’m trying with this one: GitHub - RaananW/babylonjs-webpack-es6: Babylon.js basic scene with typescript, webpack, es6 modules, editorconfig, eslint, hot loading and more. Will even make coffee if you ask nicely.
I have WebGPU support, I can run the demos on the playground, even on the local playground. For some reason anything else doesn’t work for me, always the same error.
Instantiating the WebGPU engine works fine, but the “await webgpu.initAsync()” call fails with the error above.
Any ideas would be appreciated!