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

Function input

src/input.js:47–49  ·  view source on GitHub ↗
(value, size)

Source from the content-addressed store, hash-verified

45}
46
47function input(value, size) {
48 return new Input(value, size);
49}
50
51module.exports = {
52 Input,

Callers 15

inputXFunction · 0.85
inputXYFunction · 0.85
inputYXFunction · 0.85
inputYXOffsetFunction · 0.85
inputYXOffsetPlus1Function · 0.85
inputZYXFunction · 0.85
inputZYXVariablesFunction · 0.85
inputInt32ArrayXFunction · 0.85
input.jsFile · 0.85
dev-mode.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…