Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/dxil.c:
return NULL;
}
+static unsigned int register_get_uint_value(const struct vkd3d_shader_register *reg)
Would it make sense to check that the register has the right type here?