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

Function oneOff

test/internal/recycling.js:73–75  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

71function testImmutableMappedKernelTextureRecycling(precision, mode) {
72 const gpu = new GPU({ mode });
73 function oneOff(value) {
74 return value;
75 }
76 const kernel = gpu.createKernelMap({
77 oneOffValue: oneOff
78 },function(value1, value2) {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…