On Mon Oct 30 14:49:23 2023 +0000, Giovanni Mascellani wrote:
This is pretty obscure to me, what is it supposed to catch? "Constant" swizzles, i.e., swizzles that select the same component for each slot (like `.xxxx`, `.yyyy`)? If that's the intention, it seems to be broken; for example, I think that `.xxxw` is accepted too, because the topmost component `w` falls out of the `unsigned int` after the bitshift anyway. Or am I misunderstanding? Could it be rewritten in a more understandable way?
I added a comment. No it won't accept .`xxxw`