StorageImage3dU

Type Alias StorageImage3dU 

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

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

Aliased Typeยง

pub struct StorageImage3dU { /* private fields */ }