Commit f7cd311
committed
[core] Promote unexpected varying types to
When `wgpu_core` finds a binding with an unexpected type, log that
with `error` severity, not `debug`. This was demoted to `debug` in
be6898f, because, as the comment says:
> every shader coming from `glslc` outputs an array of clip distances
> and hits this path :(
However, gfx-rs#8762 added a match case above this that handles clip
distance arrays, so such output should no longer trigger any logging
at all.log::error.1 parent 7a65558 commit f7cd311
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1160 | 1160 | | |
1161 | 1161 | | |
1162 | 1162 | | |
1163 | | - | |
1164 | | - | |
1165 | | - | |
1166 | | - | |
1167 | | - | |
1168 | | - | |
| 1163 | + | |
1169 | 1164 | | |
1170 | 1165 | | |
1171 | 1166 | | |
| |||
0 commit comments