Trait 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

fn to_depth_attachment(self) -> DepthAttachment<'a>

Builds the DepthAttachment.

Implementors