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

Method toArray

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

Source from the content-addressed store, hash-verified

29 return this.renderRawOutput();
30 }
31 toArray() {
32 return utils.erectFloat(this.renderValues(), this.output[0]);
33 }
34}
35
36module.exports = {

Callers 1

renderKernelsToArraysMethod · 0.45

Calls 1

renderValuesMethod · 0.95

Tested by

no test coverage detected