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