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] Test hex float suffix handling corner case.
Test Naga's WGSL front end's handling of `h` and `f` suffixes on hexadecimal float literals. WGSL permits these suffixes only if an exponent is present, because otherwise `f` suffixes can be confused with a hexadecimal digit.
- Loading branch information