mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-18 06:09:30 -07:00
Changed the gpu-buffer imports to use a relative path.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { structs, byteSizeOf } from "/lib/gpu-buffer.js";
|
||||
import { structs, byteSizeOf } from "../../lib/gpu-buffer.js";
|
||||
import { makeRenderTarget, loadTexture, loadShader, makeUniformBuffer, makeBindGroup, makePass } from "./utils.js";
|
||||
|
||||
const { mat4, vec3 } = glMatrix;
|
||||
|
||||
Reference in New Issue
Block a user