Type Alias Image1dU

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

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

Aliased Typeยง

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