Type Alias Image3d

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

A 3d image used with a sampler.

Aliased Typeยง

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