feat: draw a red square

This commit is contained in:
Florian Sylvain
2025-04-05 23:37:22 +02:00
parent 95fa10f306
commit 10f67b8a11
9 changed files with 632 additions and 716 deletions
+3 -3
View File
@@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/webgpu.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
<title>Whatever WebGPU</title>
</head>
<body>
<div id="app"></div>
<canvas id="canvas"></canvas>
<script type="module" src="/src/main.ts"></script>
</body>
</html>