* Called when the canvas that the framebuffer is attached to resizes. If the * framebuffer is auto-sized, it will update its textures to match the new * size. * * @private
()
| 506 | * @private |
| 507 | */ |
| 508 | _canvasSizeChanged() { |
| 509 | if (this._autoSized) { |
| 510 | this._handleResize(); |
| 511 | } |
| 512 | } |
| 513 | |
| 514 | /** |
| 515 | * Called when the size of the framebuffer has changed (either by being |