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

Method _graphicalOutput

src/backend/cpu/kernel.js:433–438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431 }
432
433 _graphicalOutput() {
434 return `
435 this._imageData.data.set(this._colorData);
436 this.context.putImageData(this._imageData, 0, 0);
437 return;`
438 }
439
440 _getKernelResultTypeConstructorString() {
441 switch (this.returnType) {

Callers 1

_graphicalKernelBodyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected