Closed Sairony closed 9 years ago
swizzle::glsl::naive::vector< float, 4 > lhs, rhs( 1.0f, 1.0f, 1.0f, 1.0f ); lhs.xy = rhs.xy; // lhs becomes 1,1,1,1 when expected to be 1,1,0,0
This is the intended behaviour.
swizzle::glsl::naive::vector< float, 4 > lhs, rhs( 1.0f, 1.0f, 1.0f, 1.0f ); lhs.xy = rhs.xy; // lhs becomes 1,1,1,1 when expected to be 1,1,0,0