summaryrefslogtreecommitdiffstats
path: root/examples/wgpu-slang-wasm/index.html
blob: b03d8366b9ff012e1eb19ac70e53dea274778b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <title>WebGPU Triangle using Slang WASM</title>
    <script src="example.js"></script>
  </head>
  <body>
    <center>
      <canvas width="512" height="512"></canvas>
    </center>
    <script src="slang-wasm.js"></script>
  </body>
</html>