[][src]Trait web_glitz::rendering::AttachMultisampleColorFloat

pub unsafe trait AttachMultisampleColorFloat: AsMultisampleAttachment { }

Marker trait for multisample image reference types that may be attached to a MultisampleRenderTargetDescriptor as a floating point color attachment.

See MultisampleRenderTargetDescriptor::attach_color_float for details.

Implementations on Foreign Types

impl<'a, T> AttachMultisampleColorFloat for &'a mut T where
    T: AttachMultisampleColorFloat
[src]

Loading content...

Implementors

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

impl<I> AttachMultisampleColorFloat for Extended<I> where
    I: AsMultisampleAttachment,
    I::SampleFormat: FloatRenderable
[src]

Loading content...