[−][src]Trait glium::framebuffer::ToStencilAttachment
Trait for objects that can be used as stencil attachments.
Required methods
fn to_stencil_attachment(self) -> StencilAttachment<'a>
Builds the StencilAttachment
.