wgpu_types

Constant MAP_ALIGNMENT

Source
pub const MAP_ALIGNMENT: BufferAddress = 8;
Expand description

Minimum alignment of buffer mappings.

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