ok webgpu sucks lets jump back to webgl
This commit is contained in:
parent
000f35f19d
commit
87563cb9e3
41 changed files with 587 additions and 6925 deletions
|
@ -1,5 +1,5 @@
|
|||
import glsl from "esbuild-plugin-glsl";
|
||||
|
||||
export default glsl({
|
||||
minify: true,
|
||||
minify: process.env.MINIFY === "false" ? false : true,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue