(value)
| 71 | function 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) { |
no outgoing calls
no test coverage detected
searching dependent graphs…