John Stiles
Results
12
comments of
John Stiles
On a semi-related note, it's possible to write code in other shading languages which combines swizzles and indexes on an lvalue, such as: `myVec4.wzyx[index] = 0;` This would clear `myVec4.w`...
> What is unlikely to match here? The semantics are the same, no? Yes, semantically it's the same meaning, but it's expressed in a less efficient way. I don't know...