Skip to content

Commit 86b6db6

Browse files
authored
[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.
1 parent d105909 commit 86b6db6

File tree

1 file changed

+77
-78
lines changed

1 file changed

+77
-78
lines changed

0 commit comments

Comments
 (0)