StorageImage1dU

Type Alias StorageImage1dU 

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

A 1d storage image, directly accessed without a sampler, containing unsigned integer data.

Aliased Typeยง

pub struct StorageImage1dU { /* private fields */ }