()
| 404 | } |
| 405 | |
| 406 | componentDidUpdate() { |
| 407 | this._syncNextDrawProps(this.props, this.context); |
| 408 | this.redraw(); |
| 409 | if (this.props.sync) this.flush(); |
| 410 | } |
| 411 | |
| 412 | getGLShortName(): string { |
| 413 | const { shader } = this.drawProps; |
nothing calls this directly
no test coverage detected