Trait glium::framebuffer::ToStencilAttachment [] [src]

pub trait ToStencilAttachment<'a> {
    fn to_stencil_attachment(self) -> StencilAttachment<'a>;
}

Trait for objects that can be used as stencil attachments.

Required Methods

fn to_stencil_attachment(self) -> StencilAttachment<'a>

Builds the StencilAttachment.

Implementors