spirv_std::image

Type Alias Image1dU

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

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

Aliased Typeยง

struct Image1dU { /* private fields */ }