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

pub struct Clear;

Handles clearing the screen

Trait Implementations

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