Type Alias Image2dU

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

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

Aliased Typeยง

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