On Wed Sep 27 13:41:53 2023 +0000, Giovanni Mascellani wrote:
Looking at `vkd3d_data_type_from_sm6_type()` it doesn't look like that any type with width smaller than 8 is possible. I guess that's in view of the eventual support of boolean as `i1` values?
Yes it will eventually return `VKD3D_DATA_BOOL` for `i1`.