pub type StorageImage1dU = Image<u32, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }>;
Expand description
A 1d storage image, directly accessed without a sampler, containing unsigned integer data.
Aliased Typeยง
struct StorageImage1dU { /* private fields */ }