MCPcopy
hub / github.com/gpujs/gpu.js / setPipeline

Method setPipeline

src/backend/kernel.js:559–562  ·  view source on GitHub ↗

* Set writing to texture on/off * @param flag * @return {this}

(flag)

Source from the content-addressed store, hash-verified

557 * @return {this}
558 */
559 setPipeline(flag) {
560 this.pipeline = flag;
561 return this;
562 }
563
564 /**
565 * Set precision to 'unsigned' or 'single'

Callers 15

benchmark.jsFile · 0.80
readFromTextureKernelsFunction · 0.80
testNumberTextureFunction · 0.80
testMixedNumberTextureFunction · 0.80
colorSyntaxTestFunction · 0.80
test1DFunction · 0.80
test2DFunction · 0.80
test3DFunction · 0.80
testArrayWithTypeDefinedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected