* Begin a new frame * 开始新帧
()
| 81 | * 开始新帧 |
| 82 | */ |
| 83 | public beginFrame(): void { |
| 84 | this._currentFrame++; |
| 85 | this._clipStack.length = 0; |
| 86 | this._batchBuffer.length = 0; |
| 87 | this._backend.beginFrame(); |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * End the current frame |
nothing calls this directly
no test coverage detected