[−][src]Trait web_glitz::rendering::AttachColorFloat
Marker trait for image reference types that may be attached to a RenderTargetDescriptor as a floating point color attachment.
See RenderTargetDescriptor::attach_color_float for details.
Implementations on Foreign Types
impl<'a, T> AttachColorFloat for &'a mut T where
T: AttachColorFloat,
[src]
Loading content...T: AttachColorFloat,
Implementors
impl<'a, F> AttachColorFloat for Texture2DLevelMut<'a, F> where
F: TextureFormat + FloatRenderable,
[src]
F: TextureFormat + FloatRenderable,
impl<'a, F> AttachColorFloat for Texture2DArrayLevelLayerMut<'a, F> where
F: TextureFormat + FloatRenderable,
[src]
F: TextureFormat + FloatRenderable,
impl<'a, F> AttachColorFloat for Texture3DLevelLayerMut<'a, F> where
F: TextureFormat + FloatRenderable,
[src]
F: TextureFormat + FloatRenderable,
impl<'a, F> AttachColorFloat for TextureCubeLevelFaceMut<'a, F> where
F: TextureFormat + FloatRenderable,
[src]
F: TextureFormat + FloatRenderable,
impl<F> AttachColorFloat for Renderbuffer<F> where
F: RenderbufferFormat + FloatRenderable + 'static,
[src]
F: RenderbufferFormat + FloatRenderable + 'static,
impl<I> AttachColorFloat for Extended<I> where
I: AsAttachment,
I::Format: FloatRenderable,
[src]
I: AsAttachment,
I::Format: FloatRenderable,