-
Fix #1843: Handle built-in function output parameters to a swizzled arg · bbbd9a2aJohn Kessenich authored
In GLSL/HLSL/AST, v.zyx is an l-value, but not in SPIR-V, which cannot represent it. So, a temporary is used instead.
bbbd9a2a
×
In GLSL/HLSL/AST, v.zyx is an l-value, but not in SPIR-V, which cannot represent it. So, a temporary is used instead.