pub fn cull_cpu<M: Material>(
device: &Device,
camera: &CameraManager,
objects: &ObjectManager,
sorting: Option<Sorting>,
key: u64,
) -> CulledObjectSetExpand description
Do all object culling on the CPU and upload the per-object data to the GPU.