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
impl ToStencilAttachment for StencilRenderBufferimpl ToStencilAttachment for StencilTexture2dimpl ToStencilAttachment for StencilTexture2dMultisample