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

Interface ISubKernelObject

src/index.d.ts:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52export interface ISubKernelObject {
53 [targetLocation: string]:
54 ((...args: ThreadKernelVariable[]) => ThreadFunctionResult)
55 | ((...args: any[]) => ThreadFunctionResult);
56}
57
58export interface ISubKernelArray {
59 [index: number]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…