MCPcopy
hub / github.com/gpujs/gpu.js / getKernelResultType

Method getKernelResultType

src/backend/function-builder.js:592–594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

590 }
591
592 getKernelResultType() {
593 return this.rootNode.returnType || this.rootNode.getType(this.rootNode.ast);
594 }
595
596 getSubKernelResultType(index) {
597 const subKernelNode = this.subKernelNodes[index];

Callers 2

setupReturnTypesMethod · 0.80
translateSourceMethod · 0.80

Calls 1

getTypeMethod · 0.80

Tested by

no test coverage detected