mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-17 05:49:30 -07:00
Rearranging the shaders and scripts to hopefully make the project easier to work on
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import makeConfig from "./config.js";
|
||||
import initWebGPU from "./webgpu_main.js";
|
||||
import initREGL from "./regl_main.js";
|
||||
import initWebGPU from "./webgpu/main.js";
|
||||
import initREGL from "./regl/main.js";
|
||||
|
||||
const canvas = document.createElement("canvas");
|
||||
document.body.appendChild(canvas);
|
||||
|
||||
Reference in New Issue
Block a user