[msl-out] Shadowed variables are not allowed and so need to be renamed #1057
Labels
area: back-end
Outputs of shader conversion
kind: bug
Something isn't working
lang: Metal
Metal Shading Language
It seems in wgsl that shadowing of variables is allowed, something like:
This works fine when running with the Vulkan backend, but metal does not support this shadowing of variables and so the variables will need to be renamed.
The text was updated successfully, but these errors were encountered: