A couple changes on the REGL side that missed the boat

This commit is contained in:
Rezmason
2022-09-07 23:00:58 -07:00
parent 2eb7b70926
commit a14b6db911
4 changed files with 3 additions and 153 deletions

View File

@@ -202,7 +202,7 @@ export default ({ regl, config, lkg }) => {
{
primary: output,
},
Promise.all([msdf.loaded, rainPassShine.loaded, rainPassVert.loaded, rainPassFrag.loaded]),
Promise.all([msdf.loaded, rainPassShine.loaded, rainPassSymbol.loaded, rainPassVert.loaded, rainPassFrag.loaded]),
(w, h) => {
output.resize(w, h);
const aspectRatio = w / h;