cull_cpu

Function cull_cpu 

Source
pub fn cull_cpu<M: Material>(
    device: &Device,
    camera: &CameraManager,
    objects: &ObjectManager,
    sorting: Option<Sorting>,
    key: u64,
) -> CulledObjectSet
Expand description

Do all object culling on the CPU and upload the per-object data to the GPU.