[−][src]Trait web_glitz::rendering::AttachMultisampleColorFloat
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...T: AttachMultisampleColorFloat,
Implementors
impl<F> AttachMultisampleColorFloat for Renderbuffer<Multisample<F>> where
F: RenderbufferFormat + Multisamplable + FloatRenderable + 'static,
[src]
F: RenderbufferFormat + Multisamplable + FloatRenderable + 'static,
impl<I> AttachMultisampleColorFloat for Extended<I> where
I: AsMultisampleAttachment,
I::SampleFormat: FloatRenderable,
[src]
I: AsMultisampleAttachment,
I::SampleFormat: FloatRenderable,