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

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

Render into the target without a standard ambient/diffuse shading

Fields

The Camera to use

The scene to use

Methods

impl DrawShaded
[src]

Create a Boxed DrawShaded

Trait Implementations

impl Clone for DrawShaded
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DrawShaded
[src]

Formats the value using the given formatter.

impl PassDescription for DrawShaded
[src]