MAP_ALIGNMENT

Constant MAP_ALIGNMENT 

pub const MAP_ALIGNMENT: u64 = 8; // 8u64
Available on crate feature unstable-wgpu-26 only.
Expand description

Minimum alignment of buffer mappings.

The range passed to map_async() or get_mapped_range() must be at least this aligned.