How do I translate a wgpu map_read_async into modern wgpu ?
This function apparently once existed: map_read_async is never called · Issue #117 · gfx-rs/wgpu · GitHub
I find it neither by rg map_read_async
nor git log | grep map_read_async
.
How do I translate this function into modern wgpu ?