[−][src]Trait glium::framebuffer::ToDepthAttachment
Trait for objects that can be used as depth attachments.
Required methods
fn to_depth_attachment(self) -> DepthAttachment<'a>
Builds the DepthAttachment
.