Skip to content

textmode.js / TextmodeFramebuffer / textures

Accessor: textures

Get Signature

ts
get textures(): WebGLTexture[];

The color attachment textures owned by this framebuffer.

Returns

WebGLTexture[]

Example