Skip to content

textmode.js / TextmodeFramebuffer / end

Method: end()

ts
end(): void;

Finish rendering into this framebuffer and restore the previous framebuffer.

This flushes pending instance batches before restoring the previous framebuffer and viewport state from the renderer stack.

Returns

void

Example