spirv_std::image

Type Alias Image3dArray

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

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

Aliased Typeยง

struct Image3dArray { /* private fields */ }