Skip to content

LatticeSpace.markDataDirty

Summary

LatticeSpace.markDataDirty() announces that an externally managed dataBuffer changed by advancing data and scale revisions.

Syntax

LatticeSpace.markDataDirty(): void

Notes

This method requires an existing dataBuffer. It does not copy CPU or WebAssembly data; those source families establish dirty upload state through their setters and refresh methods.

See Also