MCPcopy
hub / github.com/visgl/deck.gl / finalize

Method finalize

test/modules/extensions/utils.ts:67–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 finalize() {
68 this.layerManager.finalize();
69 this.deckRenderer.finalize();
70 for (const effect of this.effects) {
71 effect.cleanup(this.effectContext);
72 }
73 }
74
75 async _update() {
76 return new Promise(resolve => {

Calls 1

cleanupMethod · 0.65

Tested by 1

onErrorFunction · 0.36