Trait glium::framebuffer::ToStencilAttachment

source ·
pub trait ToStencilAttachment<'a> {
    // Required method
    fn to_stencil_attachment(self) -> StencilAttachment<'a>;
}
Expand description

Trait for objects that can be used as stencil attachments.

Required Methods§

source

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

Builds the StencilAttachment.

Implementors§