Fix WebGPU settings accessors

This commit is contained in:
scamiv
2026-05-26 20:37:03 +02:00
parent 9456d991a0
commit 07da3a3e3d
2 changed files with 16 additions and 3 deletions
@@ -4,7 +4,8 @@
*/
const shaderSources = import.meta.glob("../shaders/**/*.wgsl", {
as: "raw",
query: "?raw",
import: "default",
eager: true,
}) as Record<string, string>;