MCPcopy Index your code
hub / github.com/gpujs/gpu.js / destroy

Method destroy

src/backend/cpu/kernel.js:627–631  ·  view source on GitHub ↗
(removeCanvasReference)

Source from the content-addressed store, hash-verified

625 }
626
627 destroy(removeCanvasReference) {
628 if (removeCanvasReference) {
629 delete this.canvas;
630 }
631 }
632
633 static destroyContext(context) {}
634

Callers 4

getIsFloatReadMethod · 0.45
destroyContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected