SubmitFrame

Publish the current build buffer as the active frame to render on the Overlay.

Syntax

Susano.SubmitFrame() -> void

Parameters

None

Return(s)

None

Behavior

Flags the current build buffer as ready.

Next Overlay swaps to this buffer and starts displaying it.

Stays visible on the Overlay until the next Susano.SubmitFrame().

Does not clear the displayed frame; it replaces it on swap.

Non-blocking.

Example(s)

Last updated