(value)
| 803 | function testMappedOutputTextureIsClonedWhenRecompiling(mode) { |
| 804 | const gpu = new GPU({ mode }); |
| 805 | function setValue(value) { |
| 806 | return value * 10; |
| 807 | } |
| 808 | const kernel = gpu.createKernelMap({ |
| 809 | value: setValue, |
| 810 | },function(value1, value2) { |
no outgoing calls
no test coverage detected
searching dependent graphs…