Skip to content

microsoft/spirv_to_dxil: turn sysvals into input varyings

spirv_to_dxil is a consumer of spirv_to_nir that was left off of 4b62e90e. This change adds a call to the new nir_lower_sysvals_to_varyings pass, so everything is hunky-dory again.

Merge request reports