Image3dI

Type Alias Image3dI 

Source
pub type Image3dI = Image<i32, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }>;
Expand description

A 3d image used with a sampler, containing signed integer data.

Aliased Typeยง

pub struct Image3dI { /* private fields */ }