Skip to content

textmode.js / TextmodeFramebuffer / begin

Method: begin()

ts
begin(): void;

Begin rendering into this framebuffer.

This binds the framebuffer, updates the viewport, clears any cached pixel reads, and pushes renderer state so drawing commands are isolated from the previous target.

Returns

void

Example