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

Method renderKernelsToArrays

src/backend/gl/kernel.js:865–873  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

863 }
864
865 renderKernelsToArrays() {
866 const result = {
867 result: this.renderOutput(),
868 };
869 for (let i = 0; i < this.subKernels.length; i++) {
870 result[this.subKernels[i].property] = this.mappedTextures[i].toArray();
871 }
872 return result;
873 }
874
875 renderKernelsToTextures() {
876 const result = {

Callers

nothing calls this directly

Calls 1

toArrayMethod · 0.45

Tested by

no test coverage detected