[][src]Trait web_glitz::rendering::AttachDepth

pub unsafe trait AttachDepth: AsAttachment { }

Marker trait for image reference types that may be attached to a RenderTargetDescriptor as a depth attachment.

See RenderTargetDescriptor::attach_depth for details.

Implementations on Foreign Types

impl<'a, T> AttachDepth for &'a mut T where
    T: AttachDepth
[src]

Loading content...

Implementors

impl<'a, F> AttachDepth for Texture2DLevelMut<'a, F> where
    F: TextureFormat + DepthRenderable
[src]

impl<'a, F> AttachDepth for Texture2DArrayLevelLayerMut<'a, F> where
    F: TextureFormat + DepthRenderable
[src]

impl<'a, F> AttachDepth for Texture3DLevelLayerMut<'a, F> where
    F: TextureFormat + DepthRenderable
[src]

impl<'a, F> AttachDepth for TextureCubeLevelFaceMut<'a, F> where
    F: TextureFormat + DepthRenderable
[src]

impl<F> AttachDepth for Renderbuffer<F> where
    F: RenderbufferFormat + DepthRenderable + 'static, 
[src]

Loading content...