mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-17 05:49:30 -07:00
Passes now accept as input and provide as output Objects with FBOs as values. This allows passes to work with more than one input texture.
This commit is contained in:
@@ -356,7 +356,9 @@ export default (regl, config) => {
|
||||
});
|
||||
|
||||
return makePass(
|
||||
output,
|
||||
{
|
||||
primary: output
|
||||
},
|
||||
resources => {
|
||||
update();
|
||||
render(resources);
|
||||
|
||||
Reference in New Issue
Block a user