[−][src]Trait web_glitz::rendering::AttachMultisampleDepth
Marker trait for multisample image reference types that may be attached to a MultisampleRenderTargetDescriptor as a depth attachment.
See MultisampleRenderTargetDescriptor::attach_depth for details.
Implementations on Foreign Types
impl<'a, T> AttachMultisampleDepth for &'a mut T where
T: AttachMultisampleDepth,
[src]
Loading content...T: AttachMultisampleDepth,
Implementors
impl<F> AttachMultisampleDepth for Renderbuffer<Multisample<F>> where
F: RenderbufferFormat + Multisamplable + DepthRenderable + 'static,
[src]
F: RenderbufferFormat + Multisamplable + DepthRenderable + 'static,