MCPcopy Create free account
hub / github.com/PavelDoGreat/WebGL-Fluid-Simulation / swap

Function swap

script.js:1100–1104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1098 fbo2 = value;
1099 },
1100 swap () {
1101 let temp = fbo1;
1102 fbo1 = fbo2;
1103 fbo2 = temp;
1104 }
1105 }
1106}
1107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected