[][src]Trait web_glitz::rendering::AttachColorUnsignedInteger

pub unsafe trait AttachColorUnsignedInteger: AsAttachment { }

Marker trait for image reference types that may be attached to a RenderTargetDescriptor as an unsigned integer color attachment.

See RenderTargetDescriptor::attach_color_unsigned_integer for details.

Implementations on Foreign Types

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

Loading content...

Implementors

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

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

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

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

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

Loading content...