-
Notifications
You must be signed in to change notification settings - Fork 329
Closed
Labels
Description
Looking at the WebGPU spec, I could not find any command for memory barriers, i.e. to specify that side effects on storage buffers from a previous draw of dispatch compute must be visible in the next draw or dispatch compute within the same command buffer.
Or am I asking about this too soon?