mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
fix for mixed STORAGE_STORE and STORAGE_LOAD
This commit is contained in:
parent
4de1d24bc6
commit
5ea3ea7b55
@ -2009,9 +2009,9 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {
|
|||||||
} => (
|
} => (
|
||||||
wgt::BufferUsage::STORAGE,
|
wgt::BufferUsage::STORAGE,
|
||||||
if readonly {
|
if readonly {
|
||||||
resource::BufferUse::STORAGE_STORE
|
|
||||||
} else {
|
|
||||||
resource::BufferUse::STORAGE_LOAD
|
resource::BufferUse::STORAGE_LOAD
|
||||||
|
} else {
|
||||||
|
resource::BufferUse::STORAGE_STORE
|
||||||
},
|
},
|
||||||
min_binding_size,
|
min_binding_size,
|
||||||
dynamic,
|
dynamic,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user