Skip to content

textmode.js / layering / TextmodeLayerManager / resultFramebuffer

Accessor: resultFramebuffer

Get Signature

ts
get resultFramebuffer(): TextmodeFramebuffer;

Framebuffer containing the most recent composited result.

During a frame, before composite output transforms and presentation complete, this continues to return the previous completed frame. Plugins may replace the current frame's output, so callers should not use this accessor to predict a future target.

Returns

TextmodeFramebuffer

Example