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

Function setValue

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

Source from the content-addressed store, hash-verified

803function 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) {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…