StorageImage3d

Type Alias StorageImage3d 

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

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

Aliased Typeยง

pub struct StorageImage3d { /* private fields */ }