Struct amethyst_renderer::pass::BlitLayer [] [src]

pub struct BlitLayer {
    pub gbuffer: String,
    pub layer: String,
}

Blit a layer of the gbuffer into the target

Fields

the gbuffer to blit from

the layer of the buffer to blit from one of ka, kd or normal

Methods

impl BlitLayer
[src]

Create a boxed BlitLayer

Trait Implementations

impl Clone for BlitLayer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BlitLayer
[src]

Formats the value using the given formatter.

impl PassDescription for BlitLayer
[src]