Type Definition spirv_std::image::Image2d

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

A 2d image used with a sampler. This is pretty typical and probably what you want.