summaryrefslogtreecommitdiff
path: root/examples/wgpu-html5/example.js
AgeCommit message (Collapse)Author
2024-12-30Add a basic WebGPU example (#5923)Anders Leino
* Add a basic WebGPU example This helps to address #5656. * Use serial await rather than Promise.all