Trait glium::framebuffer::ToDepthStencilAttachment [] [src]

pub trait ToDepthStencilAttachment<'a> {
    fn to_depth_stencil_attachment(self) -> DepthStencilAttachment<'a>;
}

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.

Implementors