diff --git a/wgpu-core/src/device/mod.rs b/wgpu-core/src/device/mod.rs index ff81df1ba..9e09d6d5c 100644 --- a/wgpu-core/src/device/mod.rs +++ b/wgpu-core/src/device/mod.rs @@ -2009,9 +2009,9 @@ impl Global { } => ( wgt::BufferUsage::STORAGE, if readonly { - resource::BufferUse::STORAGE_STORE - } else { resource::BufferUse::STORAGE_LOAD + } else { + resource::BufferUse::STORAGE_STORE }, min_binding_size, dynamic,