pub trait DrawableSource { }
Expand description

A type that can be drawn in Kludgine.

Implementors§

source§

impl<'a, Unit> DrawableSource for Text<'a, Unit>

source§

impl<Unit> DrawableSource for PreparedGraphic<Unit>

source§

impl<Unit> DrawableSource for MeasuredText<Unit>

source§

impl<Unit, const TEXTURED: bool> DrawableSource for Shape<Unit, TEXTURED>
where Unit: Copy,