MCPcopy Create free account
hub / github.com/gpujs/gpu.js / renderValues

Method renderValues

src/backend/gl/texture/float.js:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 return result;
26 }
27 renderValues() {
28 if (this._deleted) return null;
29 return this.renderRawOutput();
30 }
31 toArray() {
32 return utils.erectFloat(this.renderValues(), this.output[0]);
33 }

Callers 15

toArrayMethod · 0.95
toArrayMethod · 0.45
toArrayMethod · 0.45
toArrayMethod · 0.45
toArrayMethod · 0.45
toArrayMethod · 0.45
toArrayMethod · 0.45
toArrayMethod · 0.45
toArrayMethod · 0.45
toArrayMethod · 0.45
toArrayMethod · 0.45
toArrayMethod · 0.45

Calls 1

renderRawOutputMethod · 0.95

Tested by

no test coverage detected