Struct amethyst_renderer::pass::DrawFlat [] [src]

pub struct DrawFlat {
    pub camera: String,
    pub scene: String,
}

Render into the target without any shading applied

Fields

The Camera to use

The scene to use

Methods

impl DrawFlat
[src]

Create a Boxed DrawFlat

Trait Implementations

impl Clone for DrawFlat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DrawFlat
[src]

Formats the value using the given formatter.

impl PassDescription for DrawFlat
[src]