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

pub struct Wireframe<R: Resources> { /* fields omitted */ }

Handles rendering fragments as wireframe objects

Methods

impl<R: Resources> Wireframe<R>
[src]

Trait Implementations

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