Function compute_copy_depth_to_pyramid_multisampled

Source
pub fn compute_copy_depth_to_pyramid_multisampled(
    slab: &mut [u32],
    depth_texture: &DepthImage2dMultisampled,
    global_id: UVec3,
)
Expand description

Copies a depth texture to the top mip of a pyramid of mips.

It is assumed that a DepthPyramidDescriptor is stored at index 0 in the given slab.