Text.texture

Texture generated by the struct. Note: Lifetime of the texture is managed by the struct. The texture will be destroyed every time the text changes.

struct Text(T : Node)
Texture texture;

Meta