blob: 3bf869a9796f35865b28c6b65f8b202fb9fd22e6 [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");
drawBlackSquareOnBlueBackgroundInSoftware(canvas);
</script>
</body>
</html>