Trait glium::framebuffer::ToDepthAttachment [] [src]

pub trait ToDepthAttachment {
    fn to_depth_attachment(&self) -> DepthAttachment;
}

Trait for objects that can be used as depth attachments.

Required Methods

fn to_depth_attachment(&self) -> DepthAttachment

Builds the DepthAttachment.

Implementors