Type Alias StorageImage2d

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

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

Aliased Typeยง

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