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
Swizzles were removed during the port from WGSL. This isn't ideal, since it breaks both upstream and glam conventions, and obfuscates at-a-glance comparison between the two implementations.
Need to sweep through and replace Foo::new(bar.x, bar.y, ...) with trait swizzles.