mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-18 06:09:30 -07:00
Pushed virtually all the shader source into shader files that load as assets.
This commit is contained in:
@@ -177,6 +177,8 @@ const makePass = (outputs, render, resize, ready) => {
|
||||
}
|
||||
if (ready == null) {
|
||||
ready = Promise.resolve();
|
||||
} else if (ready instanceof Array) {
|
||||
ready = Promise.all(ready);
|
||||
}
|
||||
return {
|
||||
outputs,
|
||||
|
||||
Reference in New Issue
Block a user