Type Alias Image2dArray

Source
pub type Image2dArray = Image<f32, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }>;
Expand description

An array of 2d images, used with a sampler.

Aliased Typeยง

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