Trait amethyst_renderer::PipelineData [] [src]

pub trait PipelineData<'a> {
    type Data: SystemData<'a> + Send;
}

The data requested from the specs::World by the Pipeline.

Associated Types

The data itself

Implementors