Skip to content

Commit ab03a6d

Browse files
committed
Fixed compiles
1 parent cd6341c commit ab03a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naga/src/proc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ impl super::ShaderStage {
673673
pub const fn mesh_like(self) -> bool {
674674
match self {
675675
Self::Task | Self::Mesh => true,
676-
Self::Vertex | Self::Fragment | Self::Compute => false,
676+
_ => false,
677677
}
678678
}
679679
}

0 commit comments

Comments
 (0)