Type Definition Vec4
gfx::format
type Vec4<T> = [T; 4];
Abstracted 4-element container for macro internal use