mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-18 06:09:30 -07:00
Pass::endPass --> Pass:end
This commit is contained in:
@@ -147,7 +147,7 @@ export default ({ config, device }) => {
|
||||
computePass.setBindGroup(0, combineBindGroup);
|
||||
computePass.dispatch(Math.ceil(scaledScreenSize[0] / 32), scaledScreenSize[1], 1);
|
||||
|
||||
computePass.endPass();
|
||||
computePass.end();
|
||||
};
|
||||
|
||||
return makePass(loaded, build, run);
|
||||
|
||||
Reference in New Issue
Block a user