Struct amethyst_renderer::ColorBuffer [] [src]

pub struct ColorBuffer {
    pub as_input: Option<ShaderResourceView<Resources, [f32; 4]>>,
    pub as_output: RenderTargetView<Resources, (R8_G8_B8_A8, Unorm)>,
}

Target color buffer.

Fields

Shader resource view.

Target view.

Trait Implementations

impl Clone for ColorBuffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ColorBuffer
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ColorBuffer
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.