Skip to main content

Renderer

Trait Renderer 

Source
pub trait Renderer: 'static { }
Expand description

Marker trait implemented by render backends. The accompanying plugin installs the backend as a (possibly NonSend) render-world resource and registers systems into crate::render_world::RenderStage.

Implementorsยง