mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
The `min_index` parameter has no useful effect. Because the range 0..n is pushed on the free list, index values less than `min_index` do get allocated. Document `IdentityManager` and `TypedId`.