Add WebGPU renderer (#648)

This commit is contained in:
redphx
2025-02-02 21:37:21 +07:00
parent 39ecef976c
commit fd665b6fcd
31 changed files with 1428 additions and 841 deletions

View File

@@ -16,6 +16,9 @@
"@modules/*": ["./modules/*"],
"@utils/*": ["./utils/*"],
},
"types": ["@types/bun", "@webgpu/types"],
// Enable latest features
"lib": ["ESNext", "DOM"],
"target": "ESNext",