pub trait TextureSource: CanRenderTo + TextureSource { }
Expand description

A type that is rendered using a texture.

Object Safety§

This trait is not object safe.

Implementors§