base href

This commit is contained in:
2025-12-31 14:31:55 +01:00
parent 5face1ba83
commit b97a355d47
8 changed files with 23 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
import { RenderPass } from "/framework/RenderPass.js";
import { RenderPass } from "./framework/RenderPass.js";
import Shader from "/framework/WebGpu.js";
import Shader from "./framework/WebGpu.js";
export class SpectrumPass extends RenderPass {