Naga wgsl-in allows vecN<bool> && vecN<bool>
(with 2 &
s) but Chromium/dawn doesn't
#6856
Labels
area: naga front-end
lang: WGSL
WebGPU Shading Language
naga
Shader Translator
type: bug
Something isn't working
This code worked fine in naga/wgpu but broke in dawn:
vecN<bool> & vecN<bool>
works fine everywhere. I'm not sure if this is a naga issue, a wgsl issue or a specification issue.The text was updated successfully, but these errors were encountered: