MCPcopy Create free account
hub / github.com/esengine/esengine / endFrame

Method endFrame

packages/fairygui/src/render/RenderBridge.ts:94–98  ·  view source on GitHub ↗

* End the current frame * 结束当前帧

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

flushBatchMethod · 0.95
evictOldTexturesMethod · 0.95
endFrameMethod · 0.65

Tested by

no test coverage detected