Type Alias Image1d

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

A 1d image used with a sampler.

Aliased Typeยง

#[repr(C)]
pub struct Image1d { /* private fields */ }