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

pub struct Clear {
    pub color: [f32; 4],
}

Clear the frame buffer

Fields

the color to clear with

Methods

impl Clear
[src]

Create a new boxed Clear Description

Trait Implementations

impl Clone for Clear
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Clear
[src]

Formats the value using the given formatter.

impl PassDescription for Clear
[src]