pub fn render(
model: &GraphModel,
decorations: &Decorations,
camera: &Camera,
width: u32,
height: u32,
background: Color,
) -> RenderedExpand description
Build + rasterize model (decorated, under camera) into a w × h frame on
the CPU. The single entry point the CpuVello backend drives.