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.
pub const MAP_ALIGNMENT: BufferAddress = 8;
Minimum alignment of buffer mappings.
The range passed to map_async()
or get_mapped_range()
must be at least this aligned.