* @param flag * @return {this} * @deprecated
(flag)
| 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 |