You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[webgpu] Fix access mode for storage address space (#6607)
* [webgpu] Fix access mode for storage address space
BUG
Due to WGSL Spec(https://www.w3.org/TR/WGSL/#address-space), storage
address space only supported read_write and read access modes.
* Change module-scope 'let' -> 'const'
0 commit comments