spirv_std::image

Type Alias Image1d

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

A 1d image used with a sampler.

Aliased Typeยง

struct Image1d { /* private fields */ }