[][src]Trait web_glitz::rendering::AttachColorFloat

pub unsafe trait AttachColorFloat: AsAttachment { }

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

Implementors

impl<'a, F> AttachColorFloat for Texture2DLevelMut<'a, F> where
    F: TextureFormat + FloatRenderable
[src]

impl<'a, F> AttachColorFloat for Texture2DArrayLevelLayerMut<'a, F> where
    F: TextureFormat + FloatRenderable
[src]

impl<'a, F> AttachColorFloat for Texture3DLevelLayerMut<'a, F> where
    F: TextureFormat + FloatRenderable
[src]

impl<'a, F> AttachColorFloat for TextureCubeLevelFaceMut<'a, F> where
    F: TextureFormat + FloatRenderable
[src]

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

impl<I> AttachColorFloat for Extended<I> where
    I: AsAttachment,
    I::Format: FloatRenderable
[src]

Loading content...