27 Sep
2023
27 Sep
'23
1:41 p.m.
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? -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/372#note_46957