From 89dd2b1278f9e457d9d343742a51de27502ebca1 Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Mon, 30 Dec 2024 11:42:25 +0200 Subject: Add a basic WebGPU example (#5923) * Add a basic WebGPU example This helps to address #5656. * Use serial await rather than Promise.all --- examples/wgpu-html5/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/wgpu-html5/index.html (limited to 'examples/wgpu-html5/index.html') diff --git a/examples/wgpu-html5/index.html b/examples/wgpu-html5/index.html new file mode 100644 index 000000000..975a8c65f --- /dev/null +++ b/examples/wgpu-html5/index.html @@ -0,0 +1,15 @@ + + + WebGPU Triangle + + + +
+ +
+ + + -- cgit v1.2.3