gfx-rs / wgpu

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

[naga] Use `HandleVec` in `ExpressionKindTracker`. #5865

Closed jimblandy closed 3 months ago

jimblandy commented 3 months ago

Change naga::proc::constant_evaluator::ExpressionKindTracker::inner from a Vec to a HandleVec, for better type-checking and more convenient indexing. Change uses accordingly.