Logo FS-Skia-UI

ViewerPresentMode Type

Union cases

Union case Description

DirectToSwapchain

Full Usage: DirectToSwapchain

Render directly onto the window's default framebuffer (FBO 0) via a GL-backed `SKSurface`, then present with the toolkit buffer swap — no per-frame readback, staging buffer, or queue stall. The **default** live present path on the OpenGL backend (feature 119); unblocks feature 118 FR-002/SC-002.

OffscreenReadback

Full Usage: OffscreenReadback

Offscreen render then GPU→CPU readback. On the GL backend this is no longer the live present path; it backs the on-demand evidence/screenshot routine (decoupled from the live present, FR-004) and serves as an explicit fallback.

Instance members

Instance member Description

this.IsDirectToSwapchain

Full Usage: this.IsDirectToSwapchain

Returns: bool
Returns: bool

this.IsOffscreenReadback

Full Usage: this.IsOffscreenReadback

Returns: bool
Returns: bool

Type something to start searching.