feat: fixed canvas size & enhance WebGPU rendering with grid and time uniforms

This commit is contained in:
Florian Sylvain
2025-04-06 01:45:24 +02:00
parent 10f67b8a11
commit 1b90a6e3fe
4 changed files with 182 additions and 52 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<title>Whatever WebGPU</title>
</head>
<body>
<canvas id="canvas"></canvas>
<canvas id="canvas" width="512" height="512"></canvas>
<script type="module" src="/src/main.ts"></script>
</body>
</html>