Type Alias spirv_std::image::Image1dArray

source ·
pub type Image1dArray = Image<f32, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }>;
Expand description

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

Aliased Type§

struct Image1dArray { /* private fields */ }