Skip to content

Commit d08a069

Browse files
authored
Fix vectors being unconditionally host shareable (#5556)
1 parent e0ac24a commit d08a069

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

naga/src/valid/type.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ impl super::Validator {
328328
TypeFlags::DATA
329329
| TypeFlags::SIZED
330330
| TypeFlags::COPY
331-
| TypeFlags::HOST_SHAREABLE
332331
| TypeFlags::ARGUMENT
333332
| TypeFlags::CONSTRUCTIBLE
334333
| shareable,

0 commit comments

Comments
 (0)