Skip to content

vkd3d-shader/hlsl: Lower TRUNC expressions for SM1.

Basically, separate lower_casts_to_int() into the lowering of the CAST and the lowering of the TRUNC, so that TRUNCs that are not part of a cast are lowered as well.

Merge request reports

Loading