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