pub fn build_gpu_cull_input(
device: &Device,
objects: &[InternalObject],
) -> BufferExpand description
Build and upload the inputs into a buffer to be passed to
GpuCuller::cull.
pub fn build_gpu_cull_input(
device: &Device,
objects: &[InternalObject],
) -> BufferBuild and upload the inputs into a buffer to be passed to
GpuCuller::cull.