21 Feb
2023
21 Feb
'23
9:57 a.m.
Yes, looks like it's more convoluted. "vector" and "string" are lowercase tokens that can't be used for variable names for instance. Doing "float2 sTring;" is valid, but "sTring" can't be used as a type after that. Reusing names of already declared variables as typenames is universally disallowed, so that's good. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/101#note_24979