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

pub trait ToDepthAttachment<'a> {
    fn to_depth_attachment(self) -> DepthAttachment<'a>;
}

Trait for objects that can be used as depth attachments.

Required Methods

Builds the DepthAttachment.

Implementors