[−][src]Trait glium::framebuffer::ToDepthStencilAttachment
Trait for objects that can be used as depth and stencil attachments.
Required methods
fn to_depth_stencil_attachment(self) -> DepthStencilAttachment<'a>
Builds the DepthStencilAttachment
.