Skip to content

TBLContextFlushFlag

Rendering context flush flags, used by TBLContext.Flush.

Definition

Unit: Blend2D

type TBLContextFlushFlag = (_Reserved, Sync)

See Also

Enumeration Values

_Reserved = 0


Sync = 31

Flushes the command queue and waits for its completion (will block until done).