mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-08 11:56:53 +00:00
![Greg Fischer](/assets/img/avatar_default.png)
Generate load of interpolant for first operand to GLSLstd450 InterpolateAt* SPIR-V ops. This allows the interpolants to propagate from the input struct in the wrapper around main into the shader during HLSL legalization. A new pass has been added to legalization which will remove the load and replace with the pointer of the load to create valid external interpolate op. Fixes #2584