[][src]Trait web_glitz::rendering::AttachMultisampleDepth

pub unsafe trait AttachMultisampleDepth: AsMultisampleAttachment { }

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...

Implementors

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

Loading content...