[][src]Trait web_glitz::rendering::AttachMultisampleDepthStencil

pub unsafe trait AttachMultisampleDepthStencil: AsMultisampleAttachment { }

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

Implementors

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

Loading content...