Skip to content

LatticeSpace.markMaskDirty

Summary

LatticeSpace.markMaskDirty() announces that an externally managed maskBuffer changed by advancing the mask revision.

Syntax

LatticeSpace.markMaskDirty(): void

Notes

This method requires an existing maskBuffer. CPU and WebAssembly mask sources establish dirty upload state through their setters and refresh methods.

See Also