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

Interface IThis

examples/advanced-typescript.ts:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28interface IThis extends IKernelFunctionThis {
29 constants: IConstants,
30}
31
32function kernelFunction(this: IThis, degrees: number, divisors: [number, number]): [number, number] {
33 const bounds = subKernel(this.constants.rotation * degrees);

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…