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
= Argument [0] to Cross as expression [4] has an invalid type.
@@ -647,7 +647,7 @@ error: Entry point main at Compute is invalid
647
647
┌─ wgsl:4:9
648
648
│
649
649
4 │ _ = select(1, 2, 9001);
650
-
│ ^^^^^^ naga::ir::Expression [3]
650
+
│ ^^^^^^^^^^^^^^^^^^ naga::ir::Expression [3]
651
651
│
652
652
= Expression [3] is invalid
653
653
= Expected selection condition to be a boolean value, got Scalar(Scalar { kind: Sint, width: 4 })
@@ -667,7 +667,7 @@ error: Entry point main at Compute is invalid
667
667
┌─ wgsl:4:9
668
668
│
669
669
4 │ _ = select(true, 1, false);
670
-
│ ^^^^^^ naga::ir::Expression [3]
670
+
│ ^^^^^^^^^^^^^^^^^^^^^^ naga::ir::Expression [3]
671
671
│
672
672
= Expression [3] is invalid
673
673
= Expected selection argument types to match, but reject value of type Scalar(Scalar { kind: Bool, width: 1 }) does not match accept value of value Scalar(Scalar { kind: Sint, width: 4 })
0 commit comments