pub type Job = (u32, usize, usize, IfcType);
A geometry job span as the pre-passes carry it: (id, start, end, type).
(id, start, end, type)