Trait glium::framebuffer::ToDepthStencilAttachment
[−]
[src]
pub trait ToDepthStencilAttachment<'a> {
fn to_depth_stencil_attachment(self) -> DepthStencilAttachment<'a>;
}Trait for objects that can be used as depth and stencil attachments.
Required Methods
fn to_depth_stencil_attachment(self) -> DepthStencilAttachment<'a>
Builds the DepthStencilAttachment.
Implementors
impl<'a> ToDepthStencilAttachment<'a> for &'a DepthStencilRenderBufferimpl<'t> ToDepthStencilAttachment<'t> for &'t DepthStencilTexture1dimpl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture1dMipmap<'t>impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture1dLayerMipmap<'t>impl<'t> ToDepthStencilAttachment<'t> for &'t DepthStencilTexture2dimpl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture2dMipmap<'t>impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture2dLayerMipmap<'t>impl<'t> ToDepthStencilAttachment<'t> for &'t DepthStencilTexture2dMultisampleimpl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture2dMultisampleMipmap<'t>impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture2dMultisampleLayerMipmap<'t>impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture1dArrayLayerMipmap<'t>impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture2dArrayLayerMipmap<'t>impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture2dMultisampleArrayLayerMipmap<'t>impl<'t> ToDepthStencilAttachment<'t> for DepthStencilCubemapImage<'t>impl<'t> ToDepthStencilAttachment<'t> for DepthStencilCubemapArrayImage<'t>