Trait nannou::ui::backend::glium::glium::framebuffer::ToDepthStencilAttachment[][src]

pub trait ToDepthStencilAttachment<'a> {
    fn to_depth_stencil_attachment(self) -> DepthStencilAttachment<'a>;
}

Trait for objects that can be used as depth and stencil attachments.

Required Methods

Builds the DepthStencilAttachment.

Implementors