This is the WebGPU version of VulkanCompute.
yarn & yarn build-npm & yarn link
cd demo
yarn link "@webgpu/compute"
yarn & yarn build
yarn watch
add_buffer: Pass
add_texture: Fail
Brach TypeScriptStarter demos how to write a TypeScript application from scratch.
In demo, yarn build will complains:
Cannot resolve dependency '@webgpu/compute'
Fix:
yarn build-npm (with rollup)