Skip to content

LatticeSpace.refreshFromWasm

Summary

LatticeSpace.refreshFromWasm() refreshes both currently attached WebAssembly sources after producer writes or memory growth.

Syntax

LatticeSpace.refreshFromWasm(options?: LatticeSpaceWasmRefreshOptions): void

Notes

Refresh marks data for upload and can change CPU retention. It does not copy to GPU until upload() runs.

See Also