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

Method setNativeFunctions

src/gpu.js:496–499  ·  view source on GitHub ↗
(nativeFunctions)

Source from the content-addressed store, hash-verified

494 }
495
496 setNativeFunctions(nativeFunctions) {
497 this.nativeFunctions = nativeFunctions;
498 return this;
499 }
500
501 /**
502 * @desc Adds additional functions, that the kernel may call.

Calls

no outgoing calls

Tested by

no test coverage detected