Trait amethyst_renderer::pipe::pass::PassData [] [src]

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

Used to fetch data from the game world for rendering in the pass.

Associated Types

The data itself.

Implementors