Struct amethyst_renderer::DepthBuffer[][src]

pub struct DepthBuffer {
    pub as_input: Option<ShaderResourceView<Resources, f32>>,
    pub as_output: DepthStencilView<Resources, DepthStencil>,
}

Target depth-stencil buffer.

Fields

Shader resource view.

Target view.

Trait Implementations

impl Clone for DepthBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DepthBuffer
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DepthBuffer
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for DepthBuffer

impl Sync for DepthBuffer