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 DepthStencilRenderBuffer
impl<'a> ToDepthStencilAttachment<'a> for DepthStencilAttachment<'a>
impl<'t> ToDepthStencilAttachment<'t> for &'t DepthStencilTexture1d
impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture1dMipmap<'t>
impl<'t> ToDepthStencilAttachment<'t> for &'t DepthStencilTexture2d
impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture2dMipmap<'t>
impl<'t> ToDepthStencilAttachment<'t> for &'t DepthStencilTexture2dMultisample
impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture2dMultisampleMipmap<'t>
impl<'t> ToDepthStencilAttachment<'t> for DepthStencilTexture3dMipmap<'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>