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

pub unsafe trait IntegerSamplable: InternalFormat { }

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

Implementors

impl IntegerSamplable for R8I[src]

impl IntegerSamplable for R16I[src]

impl IntegerSamplable for R32I[src]

impl IntegerSamplable for RG8I[src]

impl IntegerSamplable for RG16I[src]

impl IntegerSamplable for RG32I[src]

impl IntegerSamplable for RGBA8I[src]

impl IntegerSamplable for RGBA16I[src]

impl IntegerSamplable for RGBA32I[src]

Loading content...