Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[naga wgsl-in] Include base when printing pointer and array types.
When formatting `TypeInner::Pointer` and `TypeInner::Array` as WGSL source code, bother to actually generate text for the target/element type. This avoids producing ridiculous messages like: > the type of `foo` is expected to be `array<unknown, 2>`, but got `array<unknown, 2>`
- Loading branch information