Type Alias StorageImage2dU

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

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

Aliased Typeยง

#[repr(C)]
pub struct StorageImage2dU { /* private fields */ }