()
| 5314 | throw new Error("Active buffer is neither normal nor alternate"); |
| 5315 | } |
| 5316 | get normal() { |
| 5317 | return this._normal.init(this._core.buffers.normal); |
| 5318 | } |
| 5319 | get alternate() { |
| 5320 | return this._alternate.init(this._core.buffers.alt); |
| 5321 | } |