Trait glium::framebuffer::ToDepthAttachment
[−]
[src]
pub trait ToDepthAttachment {
fn to_depth_attachment(&self) -> DepthAttachment;
}Trait for objects that can be used as depth attachments.
Required Methods
fn to_depth_attachment(&self) -> DepthAttachment
Builds the DepthAttachment.
Implementors
impl ToDepthAttachment for DepthRenderBufferimpl ToDepthAttachment for DepthTexture2dimpl ToDepthAttachment for DepthTexture2dMultisample