spirv_std::image

Type Alias Image3dU

Source
pub type Image3dU = Image<u32, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }>;
Expand description

A 3d image used with a sampler, containing unsigned integer data.

Aliased Typeยง

struct Image3dU { /* private fields */ }