mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
Removing unnecessary trick in inclusions.js that was meant to prevent tree shaking of the imported resources.
This commit is contained in:
@@ -35,7 +35,7 @@ import palettePassShader from "../shaders/wgsl/palettePass.wgsl";
|
||||
import rainPassShader from "../shaders/wgsl/rainPass.wgsl";
|
||||
import stripePassShader from "../shaders/wgsl/stripePass.wgsl";
|
||||
|
||||
const inclusions = [
|
||||
export default [
|
||||
highPassFrag,
|
||||
blurFrag,
|
||||
combineFrag,
|
||||
@@ -72,6 +72,4 @@ const inclusions = [
|
||||
palettePassShader,
|
||||
rainPassShader,
|
||||
stripePassShader,
|
||||
].reduce((i, s) => s.length + i, 0);
|
||||
|
||||
export default inclusions;
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user