mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Fix vectors being unconditionally host shareable (#5556)
This commit is contained in:
parent
e0ac24aeab
commit
d08a069573
@ -328,7 +328,6 @@ impl super::Validator {
|
||||
TypeFlags::DATA
|
||||
| TypeFlags::SIZED
|
||||
| TypeFlags::COPY
|
||||
| TypeFlags::HOST_SHAREABLE
|
||||
| TypeFlags::ARGUMENT
|
||||
| TypeFlags::CONSTRUCTIBLE
|
||||
| shareable,
|
||||
|
Loading…
Reference in New Issue
Block a user