Skip to content

textmode.js / layering / TextmodeLayer / texture

Accessor: texture

Get Signature

ts
get texture(): WebGLTexture | undefined;

WebGL texture of the final ASCII framebuffer.

Returns undefined before the layer is initialized.

Returns

WebGLTexture | undefined

Example