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

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

Methods

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

Trait Implementations

impl<R> Pass<R> for LightingPass<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