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

pub trait ToStencilAttachment {
    fn to_stencil_attachment(&self) -> StencilAttachment;
}

Trait for objects that can be used as stencil attachments.

Required Methods

fn to_stencil_attachment(&self) -> StencilAttachment

Builds the StencilAttachment.

Implementors