blob: f3e7be7f416aa55e3cbfa54d83e92c3aea33c0f9 [file] [log] [blame]
mmaxfield@apple.comb74abf02019-09-04 03:30:21 +00001<!DOCTYPE html>
2<html>
3<head>
4<script src="../js/webgpu-functions.js"></script>
5</head>
6<body>
7<canvas id="canvas" width="400" height="400"></canvas>
8<script>
9const canvas = document.getElementById("canvas");
10drawWhiteSquareOnBlueBackgroundInSoftware(canvas);
11</script>
12</body>
13</html>