Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wgsl-in] Let lowering contexts point to a Function directly. (#2580)
Change `StatementContext` and `RuntimeExpressionContext` in `front::wgsl::lower` to hold a `&mut crate::Function` reference, rather than separate pointers to individual fields of the `Function`. This replaces three fields with one, and clarifies their relationships.
- Loading branch information