Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/hlsl.y:
}
}
+static bool type_has_object_components(struct hlsl_type *type, bool within_struct)
I am bit puzzled by the name `within_struct`. It seems to me that that variable is set when we are *not* inside a struct, isn't it?