Skip to content

GlyphField.refreshFromWasm

Summary

GlyphField.refreshFromWasm() refreshes every attached WasmMemoryView channel after producer writes or memory growth.

Syntax

GlyphField.refreshFromWasm(options?: GlyphFieldWasmRefreshOptions): void

Notes

Refresh marks channel data dirty; upload() performs the GPU copy.

See Also