Skip to content

Commit

Permalink
Fix vectors being unconditionally host shareable (#5556)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy authored Apr 18, 2024
1 parent e0ac24a commit d08a069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion naga/src/valid/type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ impl super::Validator {
TypeFlags::DATA
| TypeFlags::SIZED
| TypeFlags::COPY
| TypeFlags::HOST_SHAREABLE
| TypeFlags::ARGUMENT
| TypeFlags::CONSTRUCTIBLE
| shareable,
Expand Down

0 comments on commit d08a069

Please sign in to comment.