Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/dxil.c:
{ case CST_CODE_NULL: /* Register constant data is already zero-filled. */
if (sm6_type_is_array(type))
Maybe there should be a warning if the type is not an array, like in the `CST_CODE_DATA` case?