[−][src]Trait web_glitz::rendering::AttachDepth
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...T: AttachDepth,
Implementors
impl<'a, F> AttachDepth for Texture2DLevelMut<'a, F> where
F: TextureFormat + DepthRenderable, [src]
F: TextureFormat + DepthRenderable,
impl<'a, F> AttachDepth for Texture2DArrayLevelLayerMut<'a, F> where
F: TextureFormat + DepthRenderable, [src]
F: TextureFormat + DepthRenderable,
impl<'a, F> AttachDepth for Texture3DLevelLayerMut<'a, F> where
F: TextureFormat + DepthRenderable, [src]
F: TextureFormat + DepthRenderable,
impl<'a, F> AttachDepth for TextureCubeLevelFaceMut<'a, F> where
F: TextureFormat + DepthRenderable, [src]
F: TextureFormat + DepthRenderable,
impl<F> AttachDepth for Renderbuffer<F> where
F: RenderbufferFormat + DepthRenderable + 'static, [src]
F: RenderbufferFormat + DepthRenderable + 'static,