Added the WebGpu Framework

This commit is contained in:
2026-01-04 13:21:35 +01:00
parent 3fe1c27ed0
commit 8f000e3b91
13 changed files with 4751 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import Shader from "../framework/WebGpu.js"
import Shader from "./framework/WebGpu.js"
import Measure from "../framework/Measure.js"
import Measure from "./framework/Measure.js"
const adapter = await navigator.gpu.requestAdapter();