fix for mixed STORAGE_STORE and STORAGE_LOAD

This commit is contained in:
Dávid Kocsis 2020-08-28 07:23:38 +02:00
parent 4de1d24bc6
commit 5ea3ea7b55

View File

@ -2009,9 +2009,9 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {
} => (
wgt::BufferUsage::STORAGE,
if readonly {
resource::BufferUse::STORAGE_STORE
} else {
resource::BufferUse::STORAGE_LOAD
} else {
resource::BufferUse::STORAGE_STORE
},
min_binding_size,
dynamic,