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

pub unsafe trait UnsignedIntegerSamplable: InternalFormat { }

Marker trait for formats from which a [Sampler] can sample unsigned integer values.

Implementors

impl UnsignedIntegerSamplable for R8UI[src]

impl UnsignedIntegerSamplable for R16UI[src]

impl UnsignedIntegerSamplable for R32UI[src]

impl UnsignedIntegerSamplable for RG8UI[src]

impl UnsignedIntegerSamplable for RG16UI[src]

impl UnsignedIntegerSamplable for RG32UI[src]

impl UnsignedIntegerSamplable for RGB8UI[src]

impl UnsignedIntegerSamplable for RGB10_A2UI[src]

impl UnsignedIntegerSamplable for RGB16UI[src]

impl UnsignedIntegerSamplable for RGB32UI[src]

impl UnsignedIntegerSamplable for RGBA8UI[src]

impl UnsignedIntegerSamplable for RGBA16UI[src]

impl UnsignedIntegerSamplable for RGBA32UI[src]

impl UnsignedIntegerSamplable for StencilIndex8[src]

Loading content...