Type Alias spirv_std::image::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 */ }