webgpu-crowd-simulation icon indicating copy to clipboard operation
webgpu-crowd-simulation copied to clipboard

Figure out how to use read-only storage for ping-pong buffer

Open wayne-wu opened this issue 2 years ago • 0 comments

Had to change from var<storage, read> to var<storage, read_write> to get it to work again. Will need to figure out how to explicitly set the bindingLayoutType to set the storage buffer to be read-only for certain buffers.

wayne-wu avatar May 25 '22 00:05 wayne-wu