Skip to content

NodeLink.refreshFromWasm

Summary

NodeLink.refreshFromWasm() refreshes every attached node and edge source after producer writes or WebAssembly memory growth.

Syntax

NodeLink.refreshFromWasm(options?: NodeLinkWasmRefreshOptions): void

Notes

The combined options object has nodes and edges sub-options. Refresh marks affected GPU data dirty; upload() performs the copy.

See Also