You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test that the lhs swizzle's vector pointer is evaluated before the rhs,
and that it's value as a swizzle is loaded before rhs. Then check that
it is re-loaded after rhs evaluation for use in the store of the whole
swizzle assignment vector, because side effects from the rhs on
non-swizzled components should persist.
'Tests that the lhs of a swizzle compound assignment is evaluated before the rhs, and another load of the lhs vec happens after rhs evaluation, without re-evaluating the pointer to the lhs vec.'
0 commit comments