gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
11.46k stars 855 forks source link

[naga] Remove uses of `Handle::index` for identifier generation from backends #5845

Closed jimblandy closed 1 week ago

jimblandy commented 1 week ago

Remove all uses of Handle::index for generating identifiers from Naga backends.

This is a step towards making Handle::index less prominent in the code base. Eventually, I'd like to use well-typed collections for everything, and have Handle::index be private to arena.rs.