On Mon Jul 3 15:32:50 2023 +0000, Giovanni Mascellani wrote:
That means that `struct { struct { int x; }; }` is not a numeric aggregate, is that intended?
Yes, so if a nested struct shows up in a shader I can see what it's used for and check if it causes any issues. I'll add a comment about it.