Struct amethyst_renderer::pass::deferred::DrawPass [] [src]

pub struct DrawPass<R: Resources> { /* fields omitted */ }

Methods

impl<R: Resources> DrawPass<R>
[src]

Trait Implementations

impl<R> Pass<R> for DrawPass<R> where
    R: Resources, 
[src]

The argument required for the Pass

The render Target

encode the pass into the encoder using the supplied argument frame and render target Read more