Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/hlsl.c:
default: break; }
- if (type->base_type == HLSL_TYPE_TECHNIQUE)
type->e.version = old->e.version;
Same as above. BTW, you can move this assignment inside the `switch` just above.