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

Function read

script.js:1088–1090  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1086 texelSizeX: fbo1.texelSizeX,
1087 texelSizeY: fbo1.texelSizeY,
1088 get read () {
1089 return fbo1;
1090 },
1091 set read (value) {
1092 fbo1 = value;
1093 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected