Rearranging the shaders and scripts to hopefully make the project easier to work on

This commit is contained in:
Rezmason
2021-10-29 09:27:28 -07:00
parent dd4fe3cac6
commit 94f5f1e5ec
21 changed files with 12 additions and 12 deletions

View File

@@ -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);