Skip to content

textmode.js / Textmodifier / push

Method: push()

ts
push(): void;

Save the current rendering state, shader, and uniforms to the state stack. Use with pop to isolate style changes within a block.

Returns

void

Example