* End the current frame * 结束当前帧
()
| 92 | * 结束当前帧 |
| 93 | */ |
| 94 | public endFrame(): void { |
| 95 | this.flushBatch(); |
| 96 | this._backend.endFrame(); |
| 97 | this.evictOldTextures(); |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Render primitives from a collector |
nothing calls this directly
no test coverage detected