pub type Image2dIArray = Image<i32, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }>;
Expand description
An array of 2d images, used with a sampler, each containing signed integer data.
Aliased Typeยง
#[repr(C)]pub struct Image2dIArray { /* private fields */ }