MCPcopy Index your code
hub / github.com/gpujs/gpu.js / setOutputToTexture

Method setOutputToTexture

src/backend/kernel.js:590–594  ·  view source on GitHub ↗

* @param flag * @return {this} * @deprecated

(flag)

Source from the content-addressed store, hash-verified

588 * @deprecated
589 */
590 setOutputToTexture(flag) {
591 utils.warnDeprecated('method', 'setOutputToTexture', 'setPipeline');
592 this.pipeline = flag;
593 return this;
594 }
595
596 /**
597 * Set to immutable

Callers 1

deprecated.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected