Struct amethyst_renderer::pass::forward::DrawShaded [] [src]

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

Handles rendering fragments with shading

Methods

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

Trait Implementations

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