Skip to content

vkd3d-shader/ir: Normalise opcode double variants to their equivalent float variants.

Conor McCarthy requested to merge cmccarthy/vkd3d:norm_dbl into master

Instructions such as DMOV, DADD, DEQ, etc. are redundant because parameter width is specified by register data type.

Merge request reports

Loading