mmaxfield@apple.com | b74abf0 | 2019-09-04 03:30:21 +0000 | [diff] [blame] | 1 | <!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> | ||||
9 | const canvas = document.getElementById("canvas"); | ||||
10 | drawWhiteSquareOnBlueBackgroundInSoftware(canvas); | ||||
11 | </script> | ||||
12 | </body> | ||||
13 | </html> |