pub fn schedule_readback_map(
encoder: &mut CommandEncoder,
staging: &Buffer,
layout: &ReadbackLayout,
) -> Receiver<Result<(), BufferAsyncError>>Expand description
Schedule map_async on the encoder so mapping starts with submit (wgpu 29+).