[−][src]Trait web_glitz::rendering::AttachColorInteger
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...T: AttachColorInteger,
Implementors
impl<'a, F> AttachColorInteger for Texture2DLevelMut<'a, F> where
F: TextureFormat + IntegerRenderable,
[src]
F: TextureFormat + IntegerRenderable,
impl<'a, F> AttachColorInteger for Texture2DArrayLevelLayerMut<'a, F> where
F: TextureFormat + IntegerRenderable,
[src]
F: TextureFormat + IntegerRenderable,
impl<'a, F> AttachColorInteger for Texture3DLevelLayerMut<'a, F> where
F: TextureFormat + IntegerRenderable,
[src]
F: TextureFormat + IntegerRenderable,
impl<'a, F> AttachColorInteger for TextureCubeLevelFaceMut<'a, F> where
F: TextureFormat + IntegerRenderable,
[src]
F: TextureFormat + IntegerRenderable,
impl<F> AttachColorInteger for Renderbuffer<F> where
F: RenderbufferFormat + IntegerRenderable + 'static,
[src]
F: RenderbufferFormat + IntegerRenderable + 'static,