blob: f3e7be7f416aa55e3cbfa54d83e92c3aea33c0f9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../js/webgpu-functions.js"></script>
</head>
<body>
<canvas id="canvas" width="400" height="400"></canvas>
<script>
const canvas = document.getElementById("canvas");
drawWhiteSquareOnBlueBackgroundInSoftware(canvas);
</script>
</body>
</html>