Struct amethyst_renderer::pass::Wireframe [] [src]

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

Render the scene as a wireframe

Fields

The Camera to use

The scene to use

Methods

impl Wireframe
[src]

Create a boxed Description of the Writeframe

Trait Implementations

impl Clone for Wireframe
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Wireframe
[src]

Formats the value using the given formatter.

impl PassDescription for Wireframe
[src]