Type Definition gfx::format::Vec4

source ·
pub type Vec4<T> = [T; 4];
Expand description

Abstracted 4-element container for macro internal use