Trait nannou::ui::backend::glium::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

Builds the StencilAttachment.

Implementors