issues
search
EmbarkStudios
/
spirt
SPIR-🇹: shader-focused IR to target, transform and translate from 🦀
Apache License 2.0
102
stars
9
forks
source link
print: fix a couple bugs in the initial diagnostics PR.
#27
Closed
eddyb
closed
1 year ago
eddyb
commented
1 year ago
the first commit is the same fix as
https://github.com/EmbarkStudios/rust-gpu/pull/1043
the second commit fixes a layout issue (where multi-line
/* ... */
didn't indent at the right level)
Combined we have this example:
(the specific message is still a bit whacky but it's only a BUG)
Before this PR
After this PR
/* ... */
didn't indent at the right level)