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

Method setImmutable

src/backend/kernel.js:601–604  ·  view source on GitHub ↗

* Set to immutable * @param flag * @return {this}

(flag)

Source from the content-addressed store, hash-verified

599 * @return {this}
600 */
601 setImmutable(flag) {
602 this.immutable = flag;
603 return this;
604 }
605
606 /**
607 * @desc Bind the canvas to kernel

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected