spirv_std::image

Type Alias 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.

Aliased Typeยง

struct Image2d { /* private fields */ }