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

Method _finalize

modules/carto/src/layers/post-process-utils.ts:191–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 _finalize(): void {
192 this.internalState.renderBuffers.forEach((fbo: Framebuffer) => {
193 fbo.destroy();
194 });
195 this.internalState.renderBuffers = null;
196 this.internalState.postProcess.cleanup();
197 }
198 };
199}
200

Callers 1

_finalizeLayerMethod · 0.45

Calls 2

destroyMethod · 0.65
cleanupMethod · 0.65

Tested by

no test coverage detected