ok webgpu sucks lets jump back to webgl

This commit is contained in:
41666 2023-10-08 23:36:54 -04:00
parent 000f35f19d
commit 87563cb9e3
41 changed files with 587 additions and 6925 deletions

View file

@ -1,5 +1,5 @@
import glsl from "esbuild-plugin-glsl";
export default glsl({
minify: true,
minify: process.env.MINIFY === "false" ? false : true,
});