Francisco Casas (@fcasas) commented about libs/vkd3d-shader/ir.c:
reg->immconst_type = VKD3D_IMMCONST_SCALAR;
}
-void shader_instruction_init(struct vkd3d_shader_instruction *ins, enum vkd3d_shader_opcode handler_idx) +void vsir_instruction_init(struct vkd3d_shader_instruction *ins, const struct vkd3d_shader_location *location,
Maybe it would be better to put the renaming in a separate patch, it could simplify rebases.