[][src]Trait web_glitz::rendering::AttachColorInteger

pub unsafe trait AttachColorInteger: AsAttachment { }

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

See RenderTargetDescriptor::attach_color_integer for details.

Implementations on Foreign Types

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

Loading content...

Implementors

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

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

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

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

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

Loading content...