Enum nannou::ui::backend::glium::glium::framebuffer::DepthStencilAttachment[][src]

pub enum DepthStencilAttachment<'a> {
    Texture(TextureAnyImage<'a>),
    RenderBuffer(&'a DepthStencilRenderBuffer),
}

Describes an attachment for a depth and stencil buffer.

Variants

A texture.

A render buffer.

Trait Implementations

impl<'a> Clone for DepthStencilAttachment<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> ToDepthStencilAttachment<'a> for DepthStencilAttachment<'a>
[src]

Builds the DepthStencilAttachment.

impl<'a> Copy for DepthStencilAttachment<'a>
[src]

Auto Trait Implementations

impl<'a> !Send for DepthStencilAttachment<'a>

impl<'a> !Sync for DepthStencilAttachment<'a>