Trait glium::framebuffer::ToDepthStencilAttachment
[−]
[src]
pub trait ToDepthStencilAttachment {
fn to_depth_stencil_attachment(&self) -> DepthStencilAttachment;
}Trait for objects that can be used as depth and stencil attachments.
Required Methods
fn to_depth_stencil_attachment(&self) -> DepthStencilAttachment
Builds the DepthStencilAttachment.