Type Alias Image2dI

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

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

Aliased Typeยง

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