[][src]Trait web_glitz::image::format::UnsignedIntegerRenderable

pub unsafe trait UnsignedIntegerRenderable: InternalFormat { }

Marker trait for formats that can be used as a color attachment for a [RenderTarget] for a color out that outputs unsigned integer values.

Implementors

impl UnsignedIntegerRenderable for R8UI[src]

impl UnsignedIntegerRenderable for R16UI[src]

impl UnsignedIntegerRenderable for R32UI[src]

impl UnsignedIntegerRenderable for RG8UI[src]

impl UnsignedIntegerRenderable for RG16UI[src]

impl UnsignedIntegerRenderable for RG32UI[src]

impl UnsignedIntegerRenderable for RGB10_A2UI[src]

impl UnsignedIntegerRenderable for RGBA8UI[src]

impl UnsignedIntegerRenderable for RGBA16UI[src]

impl UnsignedIntegerRenderable for RGBA32UI[src]

Loading content...