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

Method toArray

src/backend/gl/texture/array-3-float-3d.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 this.type = 'ArrayTexture(3)';
8 }
9 toArray() {
10 return utils.erect3DArray3(this.renderValues(), this.output[0], this.output[1], this.output[2]);
11 }
12}
13
14module.exports = {

Callers

nothing calls this directly

Calls 1

renderValuesMethod · 0.45

Tested by

no test coverage detected