mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
Unifying the interfaces of regl and webgpu makePass and makePipeline.
This commit is contained in:
@@ -76,5 +76,5 @@ export default (context, getInputs) => {
|
||||
renderPass.endPass();
|
||||
};
|
||||
|
||||
return makePass(ready, setSize, getOutputs, execute);
|
||||
return makePass(getOutputs, ready, setSize, execute);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user