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
// expected-error@-1 {{call to 'clamp' is ambiguous}}
36
+
}
37
+
38
+
float3test_thing(float3 p0, float2 p1) {
39
+
returnclamp(p0, p0, p1);
40
+
// expected-error@-1 {{cannot initialize return object of type 'float3' (aka 'vector<float, 3>') with an rvalue of type 'vector<float, 2>' (vector of 2 'float' values)}}
0 commit comments