()
| 7633 | })); |
| 7634 | } |
| 7635 | beginFrame() { |
| 7636 | return this._requestClearModel; |
| 7637 | } |
| 7638 | clearTexture() { |
| 7639 | if (0 !== this._pages[0].currentRow.x || 0 !== this._pages[0].currentRow.y) { |
| 7640 | for (const e3 of this._pages) e3.clear(); |
| 7641 | this._cacheMap.clear(), this._cacheMapCombined.clear(), this._didWarmUp = false; |
| 7642 | } |
| 7643 | } |
no test coverage detected