mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Allow output variables to be read
This commit is contained in:
@@ -289,7 +289,7 @@ impl Validator {
|
||||
return Err(EntryPointError::BindingCollision(var_handle));
|
||||
}
|
||||
location_out_mask |= mask;
|
||||
crate::GlobalUse::STORE
|
||||
crate::GlobalUse::LOAD | crate::GlobalUse::STORE
|
||||
}
|
||||
crate::StorageClass::Constant => crate::GlobalUse::LOAD,
|
||||
crate::StorageClass::Uniform | crate::StorageClass::StorageBuffer => {
|
||||
|
||||
Reference in New Issue
Block a user