* Set writing to texture on/off * @param flag * @return {this}
(flag)
| 557 | * @return {this} |
| 558 | */ |
| 559 | setPipeline(flag) { |
| 560 | this.pipeline = flag; |
| 561 | return this; |
| 562 | } |
| 563 | |
| 564 | /** |
| 565 | * Set precision to 'unsigned' or 'single' |
no outgoing calls
no test coverage detected