wgpu-hal 29.0.1

Hardware abstraction layer for wgpu, the cross-platform, safe, pure-rust graphics API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  </head>
  <body>
    <canvas id="canvas" width="640" height="400"></canvas>
    <script>
        var Module = {
            canvas: document.getElementById("canvas"),
            preRun: [function() {ENV.RUST_LOG = "debug"}]
        };
    </script>
    <script src="raw-gles.js"></script>
  </body>
</html>