Type Alias StorageImage1d

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

A 1d storage image, directly accessed, without using a sampler.

Aliased Typeยง

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