mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-21 07:19:30 -07:00
resurrectionPass wasn't waiting for its shader to load.
This commit is contained in:
@@ -21,6 +21,8 @@ export default (regl, config, inputs) => {
|
|||||||
{
|
{
|
||||||
primary: output,
|
primary: output,
|
||||||
},
|
},
|
||||||
() => render({ frag: resurrectionPassFrag.text() })
|
() => render({ frag: resurrectionPassFrag.text() }),
|
||||||
|
null,
|
||||||
|
resurrectionPassFrag.loaded
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user